From 38bafb902725b2c310214a6d7a0540d1a35136c9 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 16 二月 2024 13:20:11 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/system/role/components/edit.jsx | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-flow/src/pages/system/role/components/edit.jsx b/zy-asrs-flow/src/pages/system/role/components/edit.jsx
index 32529f6..58405f7 100644
--- a/zy-asrs-flow/src/pages/system/role/components/edit.jsx
+++ b/zy-asrs-flow/src/pages/system/role/components/edit.jsx
@@ -96,7 +96,7 @@
</ProForm.Group>
<ProFormSelect
name="hostId"
- label="鎼滅储鏌ヨ"
+ label="鏈烘瀯"
colProps={{ md: 12, xl: 12 }}
showSearch
debounceTime={300}
@@ -104,7 +104,6 @@
const resp = await Http.doPostForm('api/host/query', { condition: keyWords });
return resp.data;
}}
- placeholder="Please select a country"
/>
</ProForm>
</Modal>
--
Gitblit v1.9.1