Bläddra i källkod

Merge branch 'hotfix_20220515_release' of http://10.2.1.24:10244/bpa/BPA.KitChen.Web into hotfix_20220515_release

tags/小炒逻辑变更前
gwbvipvip 2 år sedan
förälder
incheckning
26a59c4694
2 ändrade filer med 4 tillägg och 3 borttagningar
  1. +1
    -0
      .gitignore
  2. +3
    -3
      src/pages/sys/company/components/CreateForm.jsx

+ 1
- 0
.gitignore Visa fil

@@ -22,6 +22,7 @@ package-lock.json
*bak
.vscode
.vs
.history
.git
# visual studio code
.history


+ 3
- 3
src/pages/sys/company/components/CreateForm.jsx Visa fil

@@ -40,9 +40,9 @@ const CreateForm = (props) => {
<Form.Item name="phone" label="电话" rules={[{ max: 20 }]}>
<Input placeholder="请输入电话" />
</Form.Item>
<Form.Item name="host" label="域名" rules={[{ max: 100 }]}>
<Input placeholder="请输入域名" />
</Form.Item>
<Form.Item name="remark" label="备注" rules={[{ max: 100 }]}>
<Input placeholder="请输入备注" />
</Form.Item>


Laddar…
Avbryt
Spara