|
@@ -65,7 +65,7 @@ export default {
|
|
|
filterable: true
|
|
|
},
|
|
|
formItemAttributes: {
|
|
|
- label: '工单渠道',
|
|
|
+ label: '工单来源',
|
|
|
prop: 'orderChannelId',
|
|
|
rules: this.formOptions.orderChannelId.isRules
|
|
|
},
|
|
@@ -90,7 +90,7 @@ export default {
|
|
|
disabled: !this.formOptions.orderChannelId.isEdit,
|
|
|
},
|
|
|
formItemAttributes: {
|
|
|
- label: '工单渠道',
|
|
|
+ label: '工单来源',
|
|
|
prop: 'orderChannelId',
|
|
|
rules: this.formOptions.orderChannelId.isRules
|
|
|
}
|
|
@@ -145,7 +145,7 @@ export default {
|
|
|
label: item.orderSmallTypeText
|
|
|
}))
|
|
|
})
|
|
|
- // 获取工单渠道
|
|
|
+ // 获取工单来源
|
|
|
getDataDictionary({ "pageNum": 1, "pageSize": -1, "params": [{ "param": "a.status", "compare": "=", "value": "ON" }, { "param": "a.dict_type", "compare": "=", "value": "ORDER_CHANNEL" }] }).then(res => {
|
|
|
this.orderChannels = res.data.records.map(item => ({
|
|
|
value: item.dictCode,
|