摘要:
1.封装ant-table.vue组件 <a-table> //插槽进行相关操作外部插入 <template #action="{ text,record }" slot="action"> <slot :scope="record" name="operation"></slot> </templ 阅读全文
摘要:
自定义规则使用,下面以修改密码为例 <template> <a-form ref="formRef" :model="userPassword" style="height: 243px" :label-col="{ style: { width: '100px' } }" :rules="rule 阅读全文