소스 검색

字段调整

songxy 7 달 전
부모
커밋
13be1e718a
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      client/src/views/OaSystem/officeCenter/mainOfficeCenter/common.ts

+ 7 - 7
client/src/views/OaSystem/officeCenter/mainOfficeCenter/common.ts

@@ -72,6 +72,13 @@ export const TabColumns = {
         tooltip: true
       },
       { label: '流程名称', align: 'left', name: 'NAME', width: 130 },
+      {
+        label: '当前在办环节',
+        align: 'center',
+        name: 'currentActivityVal',
+        width: 200,
+        tooltip: true
+      },
       { label: '完成环节', align: 'center', name: 'ACTIVITYNAME', width: 160, tooltip: true },
       {
         label: '完成时间',
@@ -83,13 +90,6 @@ export const TabColumns = {
             return formatDate(cellValue)
           }
         }
-      },
-      {
-        label: '当前在办环节',
-        align: 'center',
-        name: 'currentActivityVal',
-        width: 200,
-        tooltip: true
       }
     ],
     data: [],