mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -187,9 +187,10 @@
|
||||
</el-form>
|
||||
<el-table :data="detailList" stripe style="width: 100%" v-loading="loadings">
|
||||
<el-table-column label="支付金" align="center" prop="amount">
|
||||
<!-- <template slot-scope="scope">
|
||||
<span v-if="scope.row.subType == '充值'">{{ scope.row.amount }}</span>
|
||||
</template> -->
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.subType == '订单付款'">一</span>
|
||||
<span v-else>{{ scope.row.amount }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作类型" align="center" prop="subType">
|
||||
<!-- <template slot-scope="scope">
|
||||
|
||||
Reference in New Issue
Block a user