|
|
|
@ -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: '请输入品规名称!' }] }]"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|