浏览代码

新主题

ZaiZai 1 年之前
父节点
当前提交
f6a9f88b6d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 },