feature:自动化代码增加数据源配置功能

This commit is contained in:
pixelmaxQM
2024-04-27 21:35:29 +08:00
parent 6c62d73afb
commit d9a43ea1d6
12 changed files with 207 additions and 59 deletions

View File

@@ -714,7 +714,12 @@ const fieldTemplate = {
primaryKey: false,
clearable: true,
fieldSearchType: '',
dictType: ''
dictType: '',
dataSource: {
table: '',
label: '',
value: ''
}
}
const route = useRoute()
const router = useRouter()
@@ -999,7 +1004,12 @@ const getColumnFunc = async() => {
clearable: true,
fieldSearchType: '',
dictType: '',
front: true
front: true,
dataSource: {
table: '',
label: '',
value: ''
}
})
}
})