From d33d80732952b59e150911a3195e4245e184b6a9 Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期四, 15 五月 2025 17:24:10 +0800
Subject: [PATCH] 提交计划管理页面与联调

---
 src/views/basicData/calendar/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/basicData/calendar/index.vue b/src/views/basicData/calendar/index.vue
index 781823a..cf00806 100644
--- a/src/views/basicData/calendar/index.vue
+++ b/src/views/basicData/calendar/index.vue
@@ -26,7 +26,7 @@
             <el-select
               style="width: 140px"
               clearable
-              v-model="queryParams.plant"
+              v-model="queryParams.applicableFactory"
               placeholder="閫傜敤宸ュ巶"
             >
               <el-option
@@ -112,7 +112,7 @@
     >
       <template #status="{ row }">
         <vxe-tag v-if="row.type === '1'" status="primary">鍛ㄥ伐浣�</vxe-tag>
-        <vxe-tag v-if="row.type === '2'" status="success">鑺傚亣鏃�</vxe-tag>
+        <!-- <vxe-tag v-if="row.type === '2'" status="success">鑺傚亣鏃�</vxe-tag> -->
       </template>
       <template #mark="{ row }">
         <div v-if="row.type === '1'">
@@ -642,7 +642,7 @@
     pageNum: 1,
     pageSize: 10,
     description: null,
-    plant: null,
+    applicableFactory: null,
     type: null,
     effectiveDate: null,
     expiringDate: null,

--
Gitblit v1.9.3