ZaiZai 1 year ago
parent
commit
c09daba99d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/views/tasks/hc-data.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240711175318"
+  "value": "20240715112632"
 }

+ 1 - 1
src/views/tasks/hc-data.vue

@@ -147,7 +147,7 @@ const tableListColumn = ref([
     { key: 'taskDesc', name: '任务描述' },
     { key: 'taskReportUserName', name: '上报人', width: '120' },
     { key: 'taskApproveUserNamesList', name: '签字人员' },
-    { key: 'evisaStatus', name: '电签状态', width: '120' },
+    { key: 'evisaContent', name: '电签状态', width: '120' },
 ])
 const tableListData = ref([])