duy 8 months ago
parent
commit
0deae55406
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/tentative/detect/test.vue

+ 1 - 1
src/views/tentative/detect/test.vue

@@ -518,7 +518,7 @@ const tableColumn = ref([
     { key: 'trialProjectName', name: '试验项目名称', width: 100, autoWidth: true },
     { key: 'detectionResult', name: '检测结果', width: 140, autoWidth: true },
     { key: 'taskStatus', name: '任务状态', width: 120, autoWidth: true },
-    { key: 'reportDate', name: '报告日期', width: 170, autoWidth: true },
+    { key: 'reportDate', name: '报告日期', width: 120, autoWidth: true },
     { key: 'trialUserName', name: '试验人员', width: 170, autoWidth: true },
     { key: 'samplingLocation', name: '取样地点', width: 180, autoWidth: true },
     { key: 'detectionCategory', name: '检测类别', width: 100, autoWidth: true },