|
@@ -114,6 +114,8 @@ export default {
|
|
|
this.interiorCar[4].label = this.params.row.tel;
|
|
|
|
|
|
debugger
|
|
|
+ // ruleName
|
|
|
+ this.rechargeDetails[0].label = this.params.row.ruleName;
|
|
|
this.rechargeDetails[1].label = this.params.row.carType == 0 ? '临时车'
|
|
|
: this.params.row.carType == 1 ? 'VIP车'
|
|
|
: this.params.row.carType == 2 ? '月租车'
|
|
@@ -125,7 +127,9 @@ export default {
|
|
|
: this.params.row.carType == 8 ? '员工卡' : '--';
|
|
|
this.rechargeDetails[2].label = (this.params.row.chargeNumber + '月');
|
|
|
this.rechargeDetails[3].label = (this.params.row.credit + '月') || '--';
|
|
|
- this.rechargeDetails[6].label = this.params.row.remark
|
|
|
+ // payTime
|
|
|
+ this.rechargeDetails[4].label = this.params.row.payTime;
|
|
|
+ this.rechargeDetails[6].label = this.params.row.remark;
|
|
|
this.rechargeDetails[7].label = this.params.row.orderNo;
|
|
|
this.rechargeDetails[8].label = this.params.row.payTime;
|
|
|
}
|