|
@@ -27,7 +27,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="实收金额" align="center" prop="realPrice">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>¥{{ scope.row.realPrice }}</span>
|
|
|
+ <span v-if="scope.row.status != 0">¥{{ scope.row.realPrice }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="支付方式" align="center" prop="type">
|