Browse Source

资料查询,一键重签

ZaiZai 1 năm trước cách đây
mục cha
commit
ca3ea37e61
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 1
      public/version.json
  2. 1 0
      src/views/data-fill/query.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20231225104438"
+  "value": "20231225110256"
 }

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

@@ -518,6 +518,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: '电签失败原因' },
 ])
 
 const tableListData = ref([])