From 65f86f41dedbbbb7030e2f37ce3e001bbca4923a Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期四, 15 五月 2025 13:03:25 +0800
Subject: [PATCH] 查询日历带适用工厂

---
 src/views/basicData/standardProcess/index.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/views/basicData/standardProcess/index.vue b/src/views/basicData/standardProcess/index.vue
index 97c2b19..9159628 100644
--- a/src/views/basicData/standardProcess/index.vue
+++ b/src/views/basicData/standardProcess/index.vue
@@ -51,7 +51,7 @@
         <el-select
           clearable
           v-model="queryParams.plant"
-          style="width: 160px;"
+          style="width: 200px;"
           placeholder="璇疯緭鍏ラ�傜敤宸ュ巶"
         >
           <el-option
@@ -324,7 +324,7 @@
 import HxlhTable from "@/components/HxlhTable/index.vue";
 import { getToken } from "@/utils/auth.js";
 import { ref } from "vue";
-import { ElMessage } from "element-plus";
+// import { ElMessage } from "element-plus";
 
 const { proxy } = getCurrentInstance();
 // 鍒嗛〉灞炴��
@@ -430,6 +430,12 @@
     width: 150,
     align: "center",
   },
+  {
+    title: "涓撲笟",
+    field: "major",
+    width: 150,
+    align: "center",
+  },
 ]);
 
 const data = reactive({

--
Gitblit v1.9.3