zouyu
2025-03-12 76d921a3fe7488dae2c522a77259f2c2c1ce2859
src/views/business/inspectionOrder/index.vue
@@ -183,7 +183,7 @@
            :height="tableHeight + ''"
            @pagination="pagination"
            :handleSelectionChange="selectionChange"
            :table="table"
            :column="column"
            :page="page"
            :tableLoading="tableLoading"
          ></lims-table>
@@ -378,7 +378,7 @@
            highlightCurrentRow
            :height="'80vh'"
            :tableData="dataLooktableData"
            :table="dataLookTable"
            :column="dataLookColumn"
            :tableLoading="dataLookTableLoading"
          ></lims-table>
        </el-dialog>
@@ -868,8 +868,6 @@
        current: 1,
      },
      tableLoading: false,
      table: {
        // 标题
        column: [
          {
            label: "委托编号",
@@ -999,13 +997,11 @@
            minWidth: "120px",
            width: "120px",
          },
        ],
        operatorConfig: {
          fixed: "right",
        {
          label: "操作",
          minWidth: 100,
        },
        operator: [
          dataType: "action",
          fixed: "right",
          operation: [
          {
            name: "数据查看",
            type: "text",
@@ -1015,7 +1011,7 @@
            clickFun: (row) => {
              this.handleDataLook(row);
            },
            showFun: () => {
              showHide: () => {
              return true;
            },
          },
@@ -1070,8 +1066,8 @@
          },
        ],
      },
      dataLookTable: {
        column: [
      ],
      dataLookColumn: [
          {
            label: "委托编号",
            prop: "entrustCode",
@@ -1189,21 +1185,16 @@
            minWidth: "120px",
            width: "120px",
          },
        ],
        operatorConfig: {
          fixed: "right",
        {
          dataType: "action",
          label: "操作",
          width: 80,
          minWidth: 100,
        },
        operator: [
          fixed: "right",
          operation: [
          {
            name: "查看",
            type: "text",
            clickFun: (row) => {},
            showFun: (row) => {
              console.log(row);
              console.log(row.inspectionItem);
              showHide: (row) => {
              return (
                row.inspectionItem == "单根垂直燃烧" ||
                row.inspectionItem.includes("松套管") ||
@@ -1219,6 +1210,7 @@
          },
        ],
      },
      ],
      dataLookTableLoading: false,
      dataLooktableData: [],
      qrData: [],