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