ZaiZai 1 anno fa
parent
commit
b7ea272c89
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/tasks/hc-data.vue

+ 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: 'evisaContent', name: '电签状态', width: '120' },
+    { key: 'evisaStatus', name: '电签状态', width: '120' },
 ])
 const tableListData = ref([])