From 73d112ddc9bdfeb7eaaf3b7308cfb4dbeb470c89 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 07 八月 2026 17:28:10 +0800
Subject: [PATCH] 天津_意博凯信 1.备件管理-新增独立备件出库功能入口,支持直接完成备件领用出库操作。 2.设备保养-支持按日期分组折叠展示,分组条目可展开查看明细;单条明细行末尾增加【保养完成】操作按钮,可单独办结单条保养任务;折叠汇总状态下,新增【一键保养完成】批量操作按钮,快速办结当前分组全部保养项。 3.设备巡检-按日期分组折叠展示,分组支持展开查看明细;每条巡检明细后增设【巡检完成】按钮,支持单独办结单条巡检记录;分组折叠未展开状态下,提供【一键巡检完成】批量操作,统一办结该分组下所有巡检任务。 4.增值税对比-优化数据展示逻辑,列表展示各订单增值税明细;页面右侧新增柱状可视化图表,直观对比进销项增值税数据。 5.管理驾驶舱-指标修改:将顶部「销售产品数」调整为「销售订单数」;时间筛选:页面左上角新增日期范围下拉筛选控件,所有统计指标标注当前筛选时段;

---
 src/views/equipmentManagement/iotMonitor/index.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/views/equipmentManagement/iotMonitor/index.vue b/src/views/equipmentManagement/iotMonitor/index.vue
index 84534e1..de62866 100644
--- a/src/views/equipmentManagement/iotMonitor/index.vue
+++ b/src/views/equipmentManagement/iotMonitor/index.vue
@@ -9,13 +9,13 @@
       </div>
     </div>
 
-    <el-alert
-      title="杈圭紭棰勮瑙勫垯锛氳酱鎵跨(鎹�-鎸姩鍊煎亸绂诲熀绾柯�5%瑙﹀彂鍛婅锛涙俯搴�/鍘嬪姏瓒婄晫瑙﹀彂鎻愰啋"
-      type="info"
-      :closable="false"
-      show-icon
-      class="rule-alert"
-    />
+<!--    <el-alert-->
+<!--      title="杈圭紭棰勮瑙勫垯锛氳酱鎵跨(鎹�-鎸姩鍊煎亸绂诲熀绾柯�5%瑙﹀彂鍛婅锛涙俯搴�/鍘嬪姏瓒婄晫瑙﹀彂鎻愰啋"-->
+<!--      type="info"-->
+<!--      :closable="false"-->
+<!--      show-icon-->
+<!--      class="rule-alert"-->
+<!--    />-->
 
     <el-row :gutter="16">
       <el-col v-for="dev in devices" :key="dev.id" :span="12">
@@ -110,8 +110,8 @@
 const devices = reactive([
   {
     id: 'water-pump',
-    name: '姘存车',
-    type: '鍥哄畾璁惧',
+    name: '璁惧1',
+    type: '绉诲姩瑁呭',
     baseline: { vibration: 9 },
     initial: { temperature: 40, pressure: 0.70 },
     alerts: { vibration: false, temperature: false, pressure: false },
@@ -124,7 +124,7 @@
   },
   {
     id: 'fluid-supply-truck',
-    name: '渚涙恫杞�',
+    name: '璁惧2',
     type: '绉诲姩瑁呭',
     baseline: { vibration: 7 },
     initial: { temperature: 30, pressure: 0.60 },
@@ -138,7 +138,7 @@
   },
   {
     id: 'fracturing-truck',
-    name: '鍘嬭杞�',
+    name: '璁惧3',
     type: '绉诲姩瑁呭',
     baseline: { vibration: 12 },
     initial: { temperature: 65, pressure: 1.40 },
@@ -152,7 +152,7 @@
   },
   {
     id: 'oil-tank-truck',
-    name: '娌圭綈杞�',
+    name: '璁惧4',
     type: '绉诲姩瑁呭',
     baseline: { vibration: 6 },
     initial: { temperature: 28, pressure: 0.50 },

--
Gitblit v1.9.3