|
@@ -193,6 +193,7 @@ export default {
|
|
name: 'el-select',
|
|
name: 'el-select',
|
|
md: 6,
|
|
md: 6,
|
|
options: this.orderChannels,
|
|
options: this.orderChannels,
|
|
|
|
+ echoInsertion: true,
|
|
attributes: {
|
|
attributes: {
|
|
disabled: !this.formOptions.orderChannelId.isEdit,
|
|
disabled: !this.formOptions.orderChannelId.isEdit,
|
|
placeholder: '请选择',
|
|
placeholder: '请选择',
|
|
@@ -202,6 +203,7 @@ export default {
|
|
formItemAttributes: {
|
|
formItemAttributes: {
|
|
label: '工单渠道',
|
|
label: '工单渠道',
|
|
prop: 'orderChannelId',
|
|
prop: 'orderChannelId',
|
|
|
|
+ propName: 'orderChannelText',
|
|
rules: this.formOptions.orderChannelId.isRules
|
|
rules: this.formOptions.orderChannelId.isRules
|
|
},
|
|
},
|
|
events: {
|
|
events: {
|
|
@@ -257,6 +259,7 @@ export default {
|
|
name: 'el-select',
|
|
name: 'el-select',
|
|
md: 6,
|
|
md: 6,
|
|
options: this.WORKER_ORDER_SOURCE,
|
|
options: this.WORKER_ORDER_SOURCE,
|
|
|
|
+ echoInsertion: true,
|
|
attributes: {
|
|
attributes: {
|
|
disabled: !this.formOptions.source.isEdit,
|
|
disabled: !this.formOptions.source.isEdit,
|
|
placeholder: '请选择',
|
|
placeholder: '请选择',
|
|
@@ -266,6 +269,7 @@ export default {
|
|
formItemAttributes: {
|
|
formItemAttributes: {
|
|
label: '工单来源',
|
|
label: '工单来源',
|
|
prop: 'source',
|
|
prop: 'source',
|
|
|
|
+ propName: 'source',
|
|
rules: this.formOptions.source.isRules
|
|
rules: this.formOptions.source.isRules
|
|
},
|
|
},
|
|
events: {
|
|
events: {
|
|
@@ -340,6 +344,7 @@ export default {
|
|
{ value: '急', label: '急' },
|
|
{ value: '急', label: '急' },
|
|
{ value: '紧急', label: '紧急' }
|
|
{ value: '紧急', label: '紧急' }
|
|
],
|
|
],
|
|
|
|
+ echoInsertion: true,
|
|
attributes: {
|
|
attributes: {
|
|
clearable: true,
|
|
clearable: true,
|
|
filterable: true,
|
|
filterable: true,
|
|
@@ -349,6 +354,7 @@ export default {
|
|
formItemAttributes: {
|
|
formItemAttributes: {
|
|
label: '紧急程度',
|
|
label: '紧急程度',
|
|
prop: 'urgent',
|
|
prop: 'urgent',
|
|
|
|
+ propName: 'urgent',
|
|
rules: this.formOptions.urgent.isRules
|
|
rules: this.formOptions.urgent.isRules
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -362,6 +368,7 @@ export default {
|
|
{ value: '二级', label: '二级' },
|
|
{ value: '二级', label: '二级' },
|
|
{ value: '三级', label: '三级' }
|
|
{ value: '三级', label: '三级' }
|
|
],
|
|
],
|
|
|
|
+ echoInsertion: true,
|
|
attributes: {
|
|
attributes: {
|
|
clearable: true,
|
|
clearable: true,
|
|
filterable: true,
|
|
filterable: true,
|
|
@@ -371,6 +378,7 @@ export default {
|
|
formItemAttributes: {
|
|
formItemAttributes: {
|
|
label: '投诉等级',
|
|
label: '投诉等级',
|
|
prop: 'complaint',
|
|
prop: 'complaint',
|
|
|
|
+ propName: 'complaint',
|
|
rules: this.formOptions.complaint.isRules
|
|
rules: this.formOptions.complaint.isRules
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -385,6 +393,7 @@ export default {
|
|
{ value: '中评', label: '中评' },
|
|
{ value: '中评', label: '中评' },
|
|
{ value: '差评', label: '差评' }
|
|
{ value: '差评', label: '差评' }
|
|
],
|
|
],
|
|
|
|
+ echoInsertion: true,
|
|
attributes: {
|
|
attributes: {
|
|
clearable: true,
|
|
clearable: true,
|
|
filterable: true,
|
|
filterable: true,
|
|
@@ -394,6 +403,7 @@ export default {
|
|
formItemAttributes: {
|
|
formItemAttributes: {
|
|
label: '评价结果',
|
|
label: '评价结果',
|
|
prop: 'evaluate',
|
|
prop: 'evaluate',
|
|
|
|
+ propName: 'evaluate',
|
|
rules: this.formOptions.evaluate.isRules
|
|
rules: this.formOptions.evaluate.isRules
|
|
}
|
|
}
|
|
},
|
|
},
|