Feat: add form input url
This commit is contained in:
parent
c019881070
commit
99950f9706
|
@ -374,6 +374,13 @@ export const SupplierComponent = observer((props) => {
|
||||||
>
|
>
|
||||||
<Input />
|
<Input />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
<Form.Item
|
||||||
|
name="url"
|
||||||
|
label="Url"
|
||||||
|
rules={[{ required: true, message: "Please input url!" }]}
|
||||||
|
>
|
||||||
|
<Input />
|
||||||
|
</Form.Item>
|
||||||
{!idData && (
|
{!idData && (
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="code"
|
name="code"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user