|
@@ -71,6 +71,8 @@
|
|
|
<span v-else>未支付</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="out_trade_no" label="订单号" width="180"/>
|
|
|
+ <el-table-column prop="transaction_id" label="微信支付单号" width="180"/>
|
|
|
<el-table-column prop="pay_status" label="支付状态" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<!-- <span v-if="scope.row.pay_status==1" class="color:green;">已支付</span> -->
|