@@ -398,6 +398,30 @@ export default {
}
},
{
+ name: 'el-input',
+ md: 6,
+ attributes: {
+ disabled: this.formEdit
+ },
+ formItemAttributes: {
+ label: '旧机回收达标',
+ prop: 'recoveryAmount',
+ rules: this.formData.categoryType === 'INSTALL_HOME' ? [...required] : []
+ }
+ {
+ label: '其它',
+ prop: 'otherAmount',
+ rules: []
md: 6,
name: 'slot-component',
formItemAttributes: {