问题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

@ -79,7 +79,7 @@ const SupplierSelector: React.FC<{
<Form.Item name="name" label="供应商名称">
<Input placeholder="请输入供应商名称关键字" style={{ width: 220 }} allowClear maxLength={20} />
</Form.Item>
<Form.Item name="supplierType" label="企业类型">
<Form.Item name="supplierType" label="境内/境外">
<RegionTypeSelect />
</Form.Item>
<Form.Item>

View File

@ -78,7 +78,7 @@ const SupplierSelector: React.FC<{ visible: boolean; onCancel: () => void; onSel
<Form.Item name="name" label="供应商名称">
<Input placeholder="请输入供应商名称关键字" style={{ width: 220 }} allowClear maxLength={100} />
</Form.Item>
<Form.Item name="supplierType" label="企业类型">
<Form.Item name="supplierType" label="境内/境外">
<RegionTypeSelect />
</Form.Item>