|
@@ -62,7 +62,7 @@ export default {
|
|
|
filterable: true
|
|
|
},
|
|
|
formItemAttributes: {
|
|
|
- label: '工单来源',
|
|
|
+ label: '工单渠道',
|
|
|
prop: 'orderChannelId',
|
|
|
rules: this.formOptions.orderChannelId.isRules
|
|
|
},
|
|
@@ -158,6 +158,20 @@ export default {
|
|
|
rules: this.formOptions.saleCompany.isRules
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ isShow: this.formOptions.source.isShow,
|
|
|
+ name: 'el-input',
|
|
|
+ md: 6,
|
|
|
+ attributes: {
|
|
|
+ disabled: !this.formOptions.source.isEdit,
|
|
|
+ placeholder: '请输入'
|
|
|
+ },
|
|
|
+ formItemAttributes: {
|
|
|
+ label: '工单来源',
|
|
|
+ prop: 'source',
|
|
|
+ rules: this.formOptions.source.isRules
|
|
|
+ }
|
|
|
+ },
|
|
|
]
|
|
|
}
|
|
|
},
|