ZaiZai 1 년 전
부모
커밋
b7ea272c89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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([])