ZaiZai 1 rok temu
rodzic
commit
4062948386
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/data-fill/query.vue

+ 1 - 1
src/views/data-fill/query.vue

@@ -543,7 +543,7 @@ const tableListColumn = ref([
     { key: 'reportNumber', name: '上报批次', width: 80, align: 'center' },
     { key: 'fileUserIdAndName', name: '填报人', width: 190, align: 'center' },
     { key: 'waitingUserList', name: '任务人', width: 100, align: 'center' },
-    { key: 'evisaFailedInfo', name: '电签失败原因' },
+    //{ key: 'evisaFailedInfo', name: '电签失败原因' },
 ])
 
 const tableListData = ref([])