From 74050152b7579db1378131c54e97ee9cb73613e1 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 15:33:02 +0800
Subject: [PATCH] 提交所有页面表格高度更改

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

diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index 0d50ddf..5e9548d 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/src/views/mainPlan/platePlanList/index.vue
@@ -55,7 +55,7 @@
       </el-col>
 
       <right-toolbar
-        v-model:showSearch="showSearch"
+        :search="false"
         @queryTable="getList"
       ></right-toolbar>
     </el-row>
@@ -128,7 +128,7 @@
 const multiple = ref(true);
 const total = ref(0);
 const title = ref("");
-const height = ref(document.documentElement.clientHeight - 270 + "px;");
+const height = ref(document.documentElement.clientHeight-180 + "px;");
 const columnsVersion = ref(0);
 const data = reactive({
   // form: {},
@@ -160,16 +160,19 @@
     title: "涓讳欢鏂欏彿",
     field: "mainPartNumber",
     width: 150,
+    fixed:"left"
   },
   {
     title: "涓氬姟绫诲瀷",
     field: "businessType",
-    width: 150,
+    width: 120,
+    fixed:"left"
   },
   {
     title: "鍗曟嵁鍙�",
     field: "documentNumber",
-    width: 200,
+    width: 160,
+    fixed:"left"
   },
   // {
   //   title: "褰撳墠宸ュ簭鍙�",
@@ -180,11 +183,13 @@
     title: "闇�姹傚垎绫�",
     field: "requirementType",
     width: 100,
+    fixed:"left"
   },
   {
     title: "鍗曟嵁鐘舵��",
     field: "documentStatus",
     width: 100,
+    fixed:"left"
   },
   {
     title: "褰撳墠宸ュ簭",

--
Gitblit v1.9.3