| | |
| | | </a-col> |
| | | <a-col :span='24'> |
| | | <a-form-item |
| | | label='检定方式' |
| | | label='鉴定方式' |
| | | :labelCol='labelCol' |
| | | :wrapperCol='wrapperCol' |
| | | > |
| | | <j-dict-select-tag |
| | | allow-clear |
| | | :disabled='disableSubmit' |
| | | :placeholder="disableSubmit?'':'请选择检定方式'" |
| | | :placeholder="disableSubmit?'':'请选择鉴定方式'" |
| | | :triggerChange='true' |
| | | dictCode='calibration_type' |
| | | v-decorator="['calibrationType', validatorRules.calibrationType]" |
| | |
| | | }, |
| | | calibrationType: { |
| | | rules: [ |
| | | { required: true, message: '请选择检定方式!' } |
| | | { required: true, message: '请选择鉴定方式!' } |
| | | ] |
| | | }, |
| | | managementMode: { |