chengxiangling
2025-05-16 af1c9e588f1de0240390648f9bb56aa486870aff
src/views/mainPlan/platePlanList/index.vue
@@ -55,7 +55,7 @@
        >
      </el-col>
      <right-toolbar :search="false" @queryTable="getList"></right-toolbar>
      <right-toolbar :search="false" @refreshTable="getList"></right-toolbar>
    </el-row>
    <HxlhTable
@@ -133,7 +133,7 @@
const multiple = ref(true);
const total = ref(0);
const title = ref("");
const height = ref(document.documentElement.clientHeight - 180 + "px;");
const height = ref(document.documentElement.clientHeight - 170 + "px;");
const columnsVersion = ref(0);
const data = reactive({
  // form: {},
@@ -232,6 +232,7 @@
    {
      title: t("plan.table.itemNumber"),
      field: "itemNumber",
      width: "auto",
      type: "html",
    },
    {
@@ -248,7 +249,7 @@
    },
    {
      title: t("plan.table.cheaperCode"),
      field: "cheaperCode",
      field: "lowOrderCode",
      width: "auto",
    },
    {