ZaiZai 11 月之前
父节点
当前提交
45cb2b6155
共有 1 个文件被更改,包括 10 次插入10 次删除
  1. 10 10
      src/views/tentative/material/sampling.vue

+ 10 - 10
src/views/tentative/material/sampling.vue

@@ -403,16 +403,16 @@ const pageChange = ({ current, size }) => {
 //表格数据
 const tableRef = ref(null)
 const tableColumn = ref([
-    { key: 'materialName', name: '取样名称' },
-    { key: 'samplingDate', name: '取样日期' },
-    { key: 'specificationNumber', name: '样品编号' },
-    { key: 'specificationModel', name: '规格型号' },
-    { key: 'materialCount', name: '试样数量' },
-    { key: 'calculationUnit', name: '试样单位' },
-    { key: 'proposedPosition', name: '拟用部位' },
-    { key: 'representativeCount', name: '代表数量' },
-    { key: 'representativeUnit', name: '代表单位' },
-    { key: 'userName', name: '取样人' },
+    { key: 'materialName', name: '取样名称', width: 160, align: 'center' },
+    { key: 'samplingDate', name: '取样日期', width: 120, align: 'center' },
+    { key: 'specificationNumber', name: '样品编号', width: 470, align: 'center' },
+    { key: 'specificationModel', name: '规格型号', width: 180, align: 'center' },
+    { key: 'materialCount', name: '试样数量', width: 70, align: 'center' },
+    { key: 'calculationUnit', name: '试样单位', width: 70, align: 'center' },
+    { key: 'proposedPosition', name: '拟用部位', width: 470, align: 'center' },
+    { key: 'representativeCount', name: '代表数量', width: 70, align: 'center' },
+    { key: 'representativeUnit', name: '代表单位', width: 70, align: 'center' },
+    { key: 'userName', name: '取样人', width: 70, align: 'center' },
 ])
 
 //获取数据