|
@@ -135,7 +135,7 @@
|
|
|
label="支付金额(元)"
|
|
|
width="100"
|
|
|
></el-table-column>
|
|
|
- <el-table-column prop="payStatus" label="支付状态" width="130">
|
|
|
+ <el-table-column prop="payStatus" label="支付状态" width="100">
|
|
|
<template slot-scope="{ row }">
|
|
|
<span v-if="row.payStatus==10" style="color:red">未支付</span>
|
|
|
<span v-else-if="row.payStatus==20" style="color:green">已支付</span>
|