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"
>