瀏覽代碼

隐藏开始时间字段

duy 1 年之前
父節點
當前提交
e409b5efe9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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' },