瀏覽代碼

试验列修改

duy 1 年之前
父節點
當前提交
743cc4322a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/tentative/detect/test.vue

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

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