From 50f0d71488254c75e4249aea8b3b71d47d3536ee Mon Sep 17 00:00:00 2001
From: wangsixiang <2970484253@qq.com>
Date: Fri, 18 Apr 2025 14:04:27 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E9=97=A8=E8=AE=BE=E5=A4=87=E5=88=97?=
=?UTF-8?q?=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../smart/door/index.vue | 20 +++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/smart/door/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/smart/door/index.vue
index 4ec8a1f4..fe489669 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/smart/door/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/smart/door/index.vue
@@ -9,6 +9,12 @@
刷新
+
+
+
+
+ 查看开门设备
+
{
+ if (result.code != 200) return Message.error(result?.msg);
+ result.rows.forEach(e=>{
+ e.deviceTypeName = _.find(deviceTypeOptions,{value:parseInt(e.deviceType)}).label
+ e.warningTime = moment(e.createTime).format('YYYY-MM-DD HH:mm:ss')
+ })
+ this.tableData = result.rows;
+ this.total = result.total;
+ });
}
}
}