feat: 分组管理设备树
This commit is contained in:
@@ -75,6 +75,11 @@ export const formSchema = [
|
||||
component: 'NsInput',
|
||||
show: false,
|
||||
},
|
||||
{
|
||||
field: 'energyType',
|
||||
component: 'NsInput',
|
||||
show: false,
|
||||
},
|
||||
{
|
||||
field: 'id',
|
||||
component: 'NsInput',
|
||||
@@ -155,6 +160,7 @@ export const treeConfig = (orgId) => {
|
||||
labelField: 'cnValue',
|
||||
valueField: 'cnValue',
|
||||
placeholder: '请选择能耗种类',
|
||||
autoSelectFirst: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user