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