@ -100,6 +100,7 @@ export default {
url: '/plc/disPlc',
name: 'plc未连接列表',
method: 'GET'
}
},
@ -15,7 +15,10 @@
:form="form"
: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
v-decorator="['name', { rules: [{ required: true, message: '请输入品规名称!' }] }]"
/>