Commit b2025c13 by zhaochengxiang

bug fix

parent 785d5647
...@@ -58,6 +58,7 @@ const TemplateActionHeader = (props) => { ...@@ -58,6 +58,7 @@ const TemplateActionHeader = (props) => {
<Col span={12}> <Col span={12}>
<Form.Item <Form.Item
label='数据库类型' label='数据库类型'
labelAlign="left"
name="dbType" name="dbType"
rules={[{ required: true, message: '请选择数据库类型!' }]} rules={[{ required: true, message: '请选择数据库类型!' }]}
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment