Browse Source

设备管理-描述字段修改提交

lxh 1 year ago
parent
commit
08d669d58b
1 changed files with 14 additions and 3 deletions
  1. 14 3
      src/views/vent/deviceManager/equipManager/equip.data.ts

+ 14 - 3
src/views/vent/deviceManager/equipManager/equip.data.ts

@@ -15,10 +15,11 @@ export const columns: BasicColumn[] = [
     width: 100,
     width: 100,
   },
   },
   {
   {
-    title: '描述',
+    title: '所属系统',
     dataIndex: 'description',
     dataIndex: 'description',
     width: 100,
     width: 100,
   },
   },
+ 
   {
   {
     title: '排序',
     title: '排序',
     dataIndex: 'sortOrder',
     dataIndex: 'sortOrder',
@@ -49,10 +50,20 @@ export const formSchema: FormSchema[] = [
     field: 'itemValue',
     field: 'itemValue',
     component: 'Input',
     component: 'Input',
   },
   },
+  // {
+  //   label: '描述',
+  //   field: 'description',
+  //   component: 'Input',
+  // },
   {
   {
-    label: '描述',
+    label: '所属系统',
     field: 'description',
     field: 'description',
-    component: 'Input',
+    component: 'JDictSelectTag',
+    componentProps: {
+      dictCode: 'kindtype ',  
+      placeholder: '请选择所属系统',
+    },
+    // colProps: { span: 6 },
   },
   },
   {
   {
     label: '排序值',
     label: '排序值',