合集-Naive组件

摘要:表单的规则可以只写在表单项上 表单校验可以多个判断 <n-form-item path="data" :label="$t('Date')" :rule="dataRule"> <n-select :disabled="props.mode '编辑' ||(props.mode '添加' && di 阅读全文
posted @ 2024-06-20 09:47 饼MIN 阅读(758) 评论(0) 推荐(0)
摘要:按钮触发模态框的组件 <template> <n-button type="primary" @click="onClick"> <template #icon> <!-- <n-icon> <PlusOutlined /> </n-icon> --> </template> {{ $t('AddD 阅读全文
posted @ 2024-06-19 17:49 饼MIN 阅读(277) 评论(0) 推荐(0)
摘要:{ title: $t('fileName'), key: 'name', width: 180, align: 'left', fixed: 'left', render(row) { return h('div', { style: { display: 'flex', alignItems: 阅读全文
posted @ 2024-05-21 09:14 饼MIN 阅读(74) 评论(0) 推荐(0)