Browse Source

消费记录提示更精准

程志平 3 years ago
parent
commit
4f4dd40cbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/consumptionRecord/index.vue

+ 1 - 1
src/views/consumptionRecord/index.vue

@@ -87,7 +87,7 @@
 							<el-table-column label="支付状态" align="center" width="100">
 								<template slot-scope="scope">
 									<span v-if="scope.row.state == 1" class="txt-cell-green">支付成功</span>
-									<span v-else class="txt-cell-red">支付失败</span>
+									<span v-else class="txt-cell-red">扣费中</span>
 								</template>
 							</el-table-column>
 							<el-table-column label="交易流水号" align="center" width="150">