From 16f5e8d67c29b726bf07e790da3214d72eb0e053 Mon Sep 17 00:00:00 2001
From: gtsxc <3272660260@qq.com>
Date: 星期五, 28 二月 2025 08:26:23 +0800
Subject: [PATCH] #搜索空闲小车地图改为DFX,增加车辆有没有被任务绑定判断
---
zy-asrs-flow/src/pages/deviceConfig/shuttleStandby/components/edit.jsx | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-flow/src/pages/deviceConfig/shuttleStandby/components/edit.jsx b/zy-asrs-flow/src/pages/deviceConfig/shuttleStandby/components/edit.jsx
index e4d7ceb..b8cfc05 100644
--- a/zy-asrs-flow/src/pages/deviceConfig/shuttleStandby/components/edit.jsx
+++ b/zy-asrs-flow/src/pages/deviceConfig/shuttleStandby/components/edit.jsx
@@ -174,6 +174,13 @@
colProps={{ md: 12, xl: 12 }}
/>
</ProForm.Group>
+ <ProForm.Group>
+ <ProFormText
+ name="lockPath"
+ label="鎹㈠眰閿佸畾璺緞"
+ colProps={{ md: 12, xl: 12 }}
+ />
+ </ProForm.Group>
</ProForm>
</Modal>
--
Gitblit v1.9.1