From 4be228427eae4a8bbf565eb1d6b02aa77c5fb2de Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 19 六月 2024 08:47:41 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/device/lift/index.jsx | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-flow/src/pages/device/lift/index.jsx b/zy-asrs-flow/src/pages/device/lift/index.jsx
index a2524c1..433b5b8 100644
--- a/zy-asrs-flow/src/pages/device/lift/index.jsx
+++ b/zy-asrs-flow/src/pages/device/lift/index.jsx
@@ -195,6 +195,11 @@
label: '浣滀笟鏍囪',
children: item.pakMk ? 'Y' : 'N',
},
+ {
+ key: '10',
+ label: '褰撳墠灞�',
+ children: item.lev,
+ },
];
return <div key={item.id} style={{ width: '45%' }}>
<div style={{ marginBottom: '10px' }}>
--
Gitblit v1.9.1