品规管理新增编辑增加格式提示

merge-requests/1/head
张鑫 5 years ago
parent bebdc0861d
commit 0aea6f7bcd

@ -100,6 +100,7 @@ export default {
url: '/plc/disPlc', url: '/plc/disPlc',
name: 'plc未连接列表', name: 'plc未连接列表',
method: 'GET' method: 'GET'
} },
} }

@ -15,7 +15,10 @@
:form="form" :form="form"
:wrapper-col="formItemAcrossLayout.wrapperCol" :wrapper-col="formItemAcrossLayout.wrapperCol"
> >
<a-form-item label="名称" :label-col="formItemVerticalLayout.labelCol"> <a-form-item label="名称"
:label-col="formItemVerticalLayout.labelCol"
help="说明请按A - AA-AAA 的模式输入内容"
>
<a-input <a-input
v-decorator="['name', { rules: [{ required: true, message: '请输入品规名称!' }] }]" v-decorator="['name', { rules: [{ required: true, message: '请输入品规名称!' }] }]"
/> />

Loading…
Cancel
Save