Bläddra i källkod

隐藏开始时间字段

duy 1 år sedan
förälder
incheckning
e409b5efe9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/data-fill/query.vue

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

@@ -549,7 +549,7 @@ const tableListRef = ref(null)
 const tableLoading = ref(false)
 const tableListColumn = ref([
     { key: 'name', name: '文件名称' },
-    { key: 'startTime', name: '开始时间', width: 140, align: 'center' },
+    // { key: 'startTime', name: '开始时间', width: 140, align: 'center' },
     { key: 'taskStatusStr', name: '流程状态', width: 100, align: 'center' },
     { key: 'reportNumber', name: '上报批次', width: 80, align: 'center' },
     { key: 'fileUserIdAndName', name: '填报人', width: 190, align: 'center' },