feat: 用户列表重构

This commit is contained in:
kailong321200875
2023-07-23 19:34:09 +08:00
parent 9a0259de5c
commit 755cea0990
14 changed files with 355 additions and 318 deletions

View File

@@ -255,7 +255,7 @@ export default defineComponent({
const renderFormItem = (item: FormSchema) => {
// 如果有optionApi优先使用optionApi
if (item.optionApi) {
// 内部自动调用接口,不影响其渲染
// 内部自动调用接口,不影响其渲染
getOptions(item.optionApi, item)
}
const formItemSlots: Recordable = {