|
@@ -42,7 +42,7 @@
|
|
|
<el-table-column label="订单状态" min-width="100">
|
|
|
<template slot-scope="{row}">
|
|
|
<span v-if="row.isPay==1" style="color: green;">支付完成</span>
|
|
|
- <span v-if="row.isPay==0" >支付中...</span>
|
|
|
+ <span v-if="row.isPay==0" >待审核</span>
|
|
|
<span v-if="row.isPay==2" style="color: red;">{{row.marks||'拒绝'}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|