Browse Source

[Mod 0000] 修改瓦斯巡检任务列表页面

ruienger 2 days ago
parent
commit
0cd4387c6a
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/vent/gas/gasInspect/gasInspect.data.ts

+ 4 - 2
src/views/vent/gas/gasInspect/gasInspect.data.ts

@@ -271,6 +271,7 @@ export const taskschemas: FormSchema[] = [
     label: '任务名称',
     field: 'name',
     component: 'Input',
+    labelWidth: 100,
   },
   // {
   //   label: '早班巡检人账号',
@@ -310,6 +311,7 @@ export const taskschemas: FormSchema[] = [
       dictCode: 'classType',
       placeholder: '请选择任务班次',
     },
+    labelWidth: 100,
   },
 ];
 
@@ -342,8 +344,8 @@ export const taskManageColumns: BasicColumn[] = [
   },
   {
     title: '任务班次',
-    dataIndex: 'classType_dictText',
-    key: 'classType_dictText',
+    dataIndex: 'classType',
+    key: 'classType',
     align: 'center',
   },
   {