From 0fe2b0811ac79cf4f42b22e3eb91bac2aef02ced Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期三, 11 三月 2026 15:23:47 +0800
Subject: [PATCH] 数字显示改为字符
---
rsf-admin/src/page/basStationArea/BasStationAreaCreate.jsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/page/basStationArea/BasStationAreaCreate.jsx b/rsf-admin/src/page/basStationArea/BasStationAreaCreate.jsx
index 95b3c3b..1d9be34 100644
--- a/rsf-admin/src/page/basStationArea/BasStationAreaCreate.jsx
+++ b/rsf-admin/src/page/basStationArea/BasStationAreaCreate.jsx
@@ -111,7 +111,7 @@
<Grid item xs={6} display="flex" gap={1}>
<DictionaryArraySelect
label={translate("table.field.basStation.containerType")}
- name="containerTypes"
+ name="containerType"
size="small"
validate={[required()]}
dictTypeCode="sys_container_type"
--
Gitblit v1.9.1