mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-29 03:28:00 +08:00
新增集团列表添加字段
This commit is contained in:
@@ -186,15 +186,15 @@
|
||||
</el-col>
|
||||
</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">
|
||||
<el-table-column label="支付金" align="center" prop="amount">
|
||||
<!-- <template slot-scope="scope">
|
||||
<span v-if="scope.row.subType == '充值'">{{ scope.row.amount }}</span>
|
||||
</template>
|
||||
</template> -->
|
||||
</el-table-column>
|
||||
<el-table-column label="后管扣款" align="center" prop="amount">
|
||||
<template slot-scope="scope">
|
||||
<el-table-column label="操作类型" align="center" prop="subType">
|
||||
<!-- <template slot-scope="scope">
|
||||
<span v-if="scope.row.subType == '后管扣款'">{{ scope.row.amount }}</span>
|
||||
</template>
|
||||
</template> -->
|
||||
</el-table-column>
|
||||
<el-table-column label="支付金额" align="center" prop="payAmount" />
|
||||
<el-table-column label="订单金额" align="center" prop="orderAmount" />
|
||||
|
||||
Reference in New Issue
Block a user