|
@@ -433,6 +433,7 @@ export default {
|
|
433
|
performance: data.performance || '',
|
433
|
performance: data.performance || '',
|
|
434
|
splitRatio: data.splitRatio || '',
|
434
|
splitRatio: data.splitRatio || '',
|
|
435
|
remarks: remarkParts[0] || '',
|
435
|
remarks: remarkParts[0] || '',
|
|
|
|
436
|
+ model: data.model || '',
|
|
436
|
customerServiceName: defaultCustomerServiceName,
|
437
|
customerServiceName: defaultCustomerServiceName,
|
|
437
|
customerServiceNameLabel: this.getLabelByValue(
|
438
|
customerServiceNameLabel: this.getLabelByValue(
|
|
438
|
this.customerServiceColumns[0],
|
439
|
this.customerServiceColumns[0],
|