gaoluyang
2025-03-05 9dff7a453553f10020f349667d17cfa016614b8f
src/views/business/productOrder/index.vue
@@ -334,7 +334,7 @@
      tableData: [],
      tableLoading: false,
      column: [
        { label: '委托编号', prop: 'entrustCode' },
        { label: '委托编号', prop: 'entrustCode', width: '160px' },
        { label: '委托单位', prop: 'company' },
        { label: '样品名称', prop: 'sampleName' },
        { label: '样品型号', prop: 'sampleModel' },
@@ -550,7 +550,7 @@
        current: 1
      },
      tableDataLookColumn: [
        { label: '样品编号', prop: 'sampleCode' },
        { label: '样品编号', prop: 'sampleCode', width: '160px' },
        { label: '样品名称', prop: 'sample' },
        { label: '检验项分类', prop: 'inspectionItemClass' },
        { label: '检验项', prop: 'inspectionItem' },
@@ -660,7 +660,7 @@
      componentDataDelete: [],
      tableLoadingDelete: false,
      columnDelete: [
        { label: '样品编号', prop: 'sampleCode' },
        { label: '样品编号', prop: 'sampleCode', width: '160px' },
        { label: '检验项分类', prop: 'inspectionItemClass' },
        { label: '检验项', prop: 'inspectionItem' },
        { label: '检验项子类', prop: 'inspectionItemSubclass' },