From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期五, 16 五月 2025 17:40:18 +0800
Subject: [PATCH] 提交高度修改;

---
 src/views/mainPlan/platePlanList/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index 0f121dd..593c557 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/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: {},
@@ -166,13 +166,13 @@
     {
       title: t("plan.table.mainPartCustomer"),
       field: "customer",
-      width: "auto",
+      width: "200",
       fixed: "left",
     },
     {
       title: t("plan.table.mainPartNumber"),
       field: "mainPartNumber",
-      width: "auto",
+      width: "120",
       fixed: "left",
     },
     {
@@ -184,7 +184,7 @@
     {
       title: t("plan.table.documentNumber"),
       field: "documentNumber",
-      width: "auto",
+      width: "180",
       fixed: "left",
     },
     {
@@ -207,7 +207,7 @@
     {
       title: t("plan.table.workCenter"),
       field: "workCenter",
-      width: "auto",
+      width: "180",
     },
     {
       title: t("plan.table.department"),
@@ -249,7 +249,7 @@
     },
     {
       title: t("plan.table.cheaperCode"),
-      field: "cheaperCode",
+      field: "lowOrderCode",
       width: "auto",
     },
     {
@@ -261,12 +261,12 @@
     {
       title: t("plan.table.workorderCreationTime"),
       field: "orderCreateTime",
-      width: "auto",
+      width: "160",
     },
     {
       title: t("plan.table.workOrderReviewTime"),
       field: "approveOn",
-      width: "auto",
+      width: "160",
     },
     {
       title: t("plan.table.workOrderStartTime"),

--
Gitblit v1.9.3