设备类型维护页面,表单开发中添加设备类型下拉框

This commit is contained in:
shih
2026-04-01 10:44:59 +08:00
parent 213811c84d
commit abba12dd82
16 changed files with 852 additions and 21 deletions

View File

@@ -101,6 +101,9 @@ export default [
type: 'deptSelect', controlType: 'select', label: '部门选择框', icon: 'mingcute:department-line',
findType: 'all',
},
{
type: 'sblxSelect', controlType: 'select', label: '设备类型选择框', icon: 'ep:setting',
},
{
type: 'regionSelect', controlType: 'select', label: '地区选择框', icon: 'hugeicons:global-editing',
regionType: 'ssq',
@@ -194,4 +197,4 @@ export default [
}
]
}
]
]

View File

@@ -155,6 +155,7 @@ const getComponentName = (type, controlType, component) => {
'dicTableSelect',
'userSelect',
'deptSelect',
'sblxSelect',
'markDown'
].includes(type)
)