From ab07b8cab01b7d2b2b64de09a1ed76256a69ba8b Mon Sep 17 00:00:00 2001
From: zhangdi <15053473693@163.com>
Date: Tue, 23 Dec 2025 16:11:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=9C=8B=E6=9D=BF=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../schedulingDashboard/index.vue | 109 +++++++++++-------
1 file changed, 70 insertions(+), 39 deletions(-)
diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue
index 4d10244..056c413 100644
--- a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue
+++ b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue
@@ -10,7 +10,7 @@
clearable
filterable
placeholder="请选择"
- size="small"
+ size="medium"
value-key="id"
@change="teamChange"
>
@@ -30,7 +30,7 @@
clearable
filterable
placeholder="请选择"
- size="small"
+ size="medium"
value-key="id"
@change="equipChange"
>
@@ -50,7 +50,7 @@
clearable
filterable
placeholder="请选择"
- size="small"
+ size="medium"
@change="processChange"
value-key="id"
>
@@ -59,7 +59,6 @@
:label="item.name"
:value="item"
:key="index"
-
>
@@ -71,16 +70,16 @@
type="date"
value-format="YYYY-MM-DD"
placeholder="选择日期"
- size="small"
+ size="medium"
>