问题label

This commit is contained in:
孙景学
2025-07-17 09:16:22 +08:00
parent 08674c6f93
commit fefc069139
10 changed files with 43 additions and 36 deletions

View File

@ -157,7 +157,7 @@ const SupplierRegister: React.FC<supplierWithInputProps> = (props) => {
labelCol={{ span: 7 }}
wrapperCol={{ span: 17 }}
>
<Form.Item label="企业类型" labelCol={{ span: 2 }} wrapperCol={{ span: 19 }}>
<Form.Item label="境内/境外" labelCol={{ span: 2 }} wrapperCol={{ span: 19 }}>
<Radio.Group onChange={handleSupplierTypeChange} buttonStyle="solid" value={supplierType}>
<Radio.Button value="dvs">/</Radio.Button>
<Radio.Button value="ovs"></Radio.Button>