From 8fa5c45ca9761ae4b181f0921db615841b9aae15 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期三, 02 四月 2025 16:43:23 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/deviceConfig/shuttleStandby/index.jsx | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-flow/src/pages/deviceConfig/shuttleStandby/index.jsx b/zy-asrs-flow/src/pages/deviceConfig/shuttleStandby/index.jsx
index 3634eca..f5ed3e4 100644
--- a/zy-asrs-flow/src/pages/deviceConfig/shuttleStandby/index.jsx
+++ b/zy-asrs-flow/src/pages/deviceConfig/shuttleStandby/index.jsx
@@ -305,6 +305,19 @@
setSearchParam={setSearchParam}
/>,
},
+ {
+ title: '鎹㈠眰閿佸畾璺緞',
+ dataIndex: 'lockPath',
+ valueType: 'text',
+ hidden: false,
+ width: 140,
+ filterDropdown: (props) => <TextFilter
+ name='lockPath'
+ {...props}
+ actionRef={actionRef}
+ setSearchParam={setSearchParam}
+ />,
+ },
{
title: '鎿嶄綔',
--
Gitblit v1.9.1