From 73b4af8accf59b71bf7e5856cfe40d45a3e3e84e Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期五, 27 九月 2024 16:26:52 +0800
Subject: [PATCH] 1、设备综合效率分析页面新增百分比筛选查询 2、新增OEE统计页面并完成相应功能

---
 src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue b/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue
index bff6447..4dbe70c 100644
--- a/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue
+++ b/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue
@@ -67,14 +67,14 @@
               :wrapperCol="wrapperCol"
               prop="ranges"
             >
-            <a-range-picker
+              <a-range-picker
                 v-model="model.ranges"
                 style="width:100%"
                 format="YYYY-MM-DD HH:mm:ss"
                 showTime
                 :placeholder="[ '璁″垝寮�濮嬫椂闂�', '璁″垝缁撴潫鏃堕棿']"
                 @change="changeDate"
-            />
+              />
             </a-form-model-item>
           </a-col>
         </a-row>

--
Gitblit v1.9.3