spring
2025-02-19 3736ffe12c02654957290991186e3714e569c830
src/views/business/inspectionTask/index.vue
@@ -167,7 +167,7 @@
          :column="column"
          :page="page"
          :tableLoading="tableLoading"
          :height="'calc(100vh - 290px)'"
          :height="'calc(100vh - 300px)'"
          @pagination="pagination"
          key="tableData0"
        ></lims-table>
@@ -727,15 +727,14 @@
          label: "样品编号",
          prop: "sampleCode",
          width: "140px",
          dataType: "link",
          linkMethod: "selectAllByOne",
          mergeCol: true, //合并列
        },
        { label: "样品名称", prop: "sample", width: "140px" },
        { label: "样品名称", prop: "sample", width: "140px", mergeCol: true },
        { label: "检验项分类", prop: "inspectionItemClass" },
        { label: "检验项", prop: "inspectionItem", width: "140px" },
        { label: "检验子项", prop: "inspectionItemSubclass" },
        { label: "单位", prop: "unit" },
        { label: "样品型号", prop: "model" },
        { label: "样品型号", prop: "model", mergeCol: true },
        { label: "条件", prop: "radius" },
        { label: "电缆标识", prop: "cableTag" },
        { label: "试验要求", prop: "tell" },