Browse Source

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

tags/小炒逻辑变更前
gwbvipvip 2 years ago
parent
commit
26a59c4694
2 changed files with 4 additions and 3 deletions
  1. +1
    -0
      .gitignore
  2. +3
    -3
      src/pages/sys/company/components/CreateForm.jsx

+ 1
- 0
.gitignore View File

@@ -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 View File

@@ -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>


Loading…
Cancel
Save