|
@@ -174,7 +174,7 @@
|
|
|
label="缴费开始日期">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
- {{scope.row.startPaymentDate | formatTimer}}
|
|
|
+ {{scope.row.startPaymentDateMgpc | formatTimer}}
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -182,7 +182,7 @@
|
|
|
label="缴费截止日期">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
- {{scope.row.deadlinePaymentDate | formatTimer}}
|
|
|
+ {{scope.row.deadlinePaymentDateMgpc | formatTimer}}
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -411,13 +411,6 @@ export default {
|
|
|
if (payment.code == 200) {
|
|
|
this.rules.total = payment.data.total;
|
|
|
this.tableList = payment.data.rows;
|
|
|
- if (this.info.paymentStatus == 1) {
|
|
|
- this.tableList = this.tableList.map(item => {
|
|
|
- item.startPaymentDate = this.info.startPaymentDate
|
|
|
- item.deadlinePaymentDate = this.info.deadlinePaymentDate
|
|
|
- return item;
|
|
|
- })
|
|
|
- }
|
|
|
}
|
|
|
})
|
|
|
}
|