瀏覽代碼

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

lxh 1 年之前
父節點
當前提交
08d669d58b
共有 1 個文件被更改,包括 14 次插入3 次删除
  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,
   },
   {
-    title: '描述',
+    title: '所属系统',
     dataIndex: 'description',
     width: 100,
   },
+ 
   {
     title: '排序',
     dataIndex: 'sortOrder',
@@ -49,10 +50,20 @@ export const formSchema: FormSchema[] = [
     field: 'itemValue',
     component: 'Input',
   },
+  // {
+  //   label: '描述',
+  //   field: 'description',
+  //   component: 'Input',
+  // },
   {
-    label: '描述',
+    label: '所属系统',
     field: 'description',
-    component: 'Input',
+    component: 'JDictSelectTag',
+    componentProps: {
+      dictCode: 'kindtype ',  
+      placeholder: '请选择所属系统',
+    },
+    // colProps: { span: 6 },
   },
   {
     label: '排序值',