浏览代码

Merge branch 'master' of http://121.41.40.202:3000/web/for_client into master

yangyj 1 年之前
父节点
当前提交
17e595930a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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([])