设备类型维护页面,表单开发中添加设备类型下拉框
This commit is contained in:
@@ -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 [
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
@@ -155,6 +155,7 @@ const getComponentName = (type, controlType, component) => {
|
||||
'dicTableSelect',
|
||||
'userSelect',
|
||||
'deptSelect',
|
||||
'sblxSelect',
|
||||
'markDown'
|
||||
].includes(type)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user