个人信息修改

This commit is contained in:
孙景学
2025-07-15 17:04:54 +08:00
parent c96ec569bd
commit c6a5a8d372
4 changed files with 137 additions and 35 deletions

View File

@ -159,7 +159,7 @@ const RegistrationQuery: React.FC<RegistrationQueryProps> = ({ dispatch }) => {
width: 180,
},
{
title: '状态',
title: '准入状态',
dataIndex: 'accessStatusCn',
key: 'accessStatusCn',
width: 160,
@ -208,7 +208,7 @@ const RegistrationQuery: React.FC<RegistrationQueryProps> = ({ dispatch }) => {
))}
</Select>
</Form.Item>
<Form.Item name="accessStatus" label="状态">
<Form.Item name="accessStatus" label="准入状态">
<Select style={{ width: 160 }} placeholder="请选择状态" allowClear>
{statusOptions.map(opt => (
<Select.Option key={opt.value} value={opt.value}>{opt.label}</Select.Option>