|
@@ -59,10 +59,10 @@ export default {
|
|
|
}
|
|
|
],
|
|
|
rechargeDetails: [
|
|
|
- {
|
|
|
- name: '收费类型',
|
|
|
- label: '-'//0
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // name: '收费类型',
|
|
|
+ // label: '-'//0
|
|
|
+ // },
|
|
|
{
|
|
|
name: '订单状态',
|
|
|
label: '成功'//1
|
|
@@ -117,27 +117,28 @@ export default {
|
|
|
: this.params.row.carType == 8 ? '员工卡' : '--';
|
|
|
this.interiorCar[4].label = this.params.row.tel;
|
|
|
|
|
|
- debugger
|
|
|
+
|
|
|
// ruleName
|
|
|
// this.rechargeDetails[0].label = this.params.row.ruleName;
|
|
|
- this.rechargeDetails[0].label = this.params.row.carType == 0 ? '临时车'
|
|
|
- : this.params.row.carType == 1 ? 'VIP车'
|
|
|
- : this.params.row.carType == 2 ? '月租车'
|
|
|
- : this.params.row.carType == 3 ? '充时车'
|
|
|
- : this.params.row.carType == 4 ? '时租车'
|
|
|
- : this.params.row.carType == 5 ? '产权车'
|
|
|
- : this.params.row.carType == 6 ? '计次车'
|
|
|
- : this.params.row.carType == 7 ? '贵宾卡'
|
|
|
- : this.params.row.carType == 8 ? '员工卡' : '-';
|
|
|
- this.rechargeDetails[2].label = (this.params.row.chargeNumber + '月');
|
|
|
- this.rechargeDetails[3].label = (this.params.row.credit + '月') || '-';
|
|
|
+ // this.rechargeDetails[0].label = this.params.row.carType == 0 ? '临时车'
|
|
|
+ // : this.params.row.carType == 1 ? 'VIP车'
|
|
|
+ // : this.params.row.carType == 2 ? '月租车'
|
|
|
+ // : this.params.row.carType == 3 ? '充时车'
|
|
|
+ // : this.params.row.carType == 4 ? '时租车'
|
|
|
+ // : this.params.row.carType == 5 ? '产权车'
|
|
|
+ // : this.params.row.carType == 6 ? '计次车'
|
|
|
+ // : this.params.row.carType == 7 ? '贵宾卡'
|
|
|
+ // : this.params.row.carType == 8 ? '员工卡' : '-';
|
|
|
+
|
|
|
+ this.rechargeDetails[1].label = (this.params.row.chargeNumber + '月');
|
|
|
+ this.rechargeDetails[2].label = (this.params.row.credit + '月') || '-';
|
|
|
// 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;
|
|
|
+ this.rechargeDetails[3].label = this.params.row.payTime;
|
|
|
+ this.rechargeDetails[5].label = this.params.row.remark || '-';
|
|
|
+ this.rechargeDetails[6].label = this.params.row.orderNo;
|
|
|
+ this.rechargeDetails[7].label = this.params.row.payTime;
|
|
|
// opreatName
|
|
|
- this.rechargeDetails[10].label = this.params.row.opreatName;
|
|
|
+ this.rechargeDetails[9].label = this.params.row.opreatName;
|
|
|
}
|
|
|
}
|
|
|
|