ZaiZai 1 ano atrás
pai
commit
f6a9f88b6d
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/tentative/detect/test.vue

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

@@ -431,8 +431,8 @@ const pageChange = ({ current, size }) => {
 //表格数据
 const tableRef = ref(null)
 const tableColumn = ref([
-    { key: 'recordNo', name: '记录编号', width: 180, autoWidth: true },
-    { key: 'reportNo', name: '报告编号', width: 180, autoWidth: true },
+    { key: 'recordNo', name: '记录编号', width: 185, autoWidth: true },
+    { key: 'reportNo', name: '报告编号', width: 190, autoWidth: true },
     { key: 'samplingLocation', name: '取样地点', width: 180, autoWidth: true },
     { key: 'trialProjectName', name: '试验项目名称', width: 100, autoWidth: true },
     { key: 'detectionResult', name: '检测结果', width: 140, autoWidth: true },