新增集团列表添加字段

This commit is contained in:
BOOL\25024
2024-03-11 15:49:06 +08:00
parent 5089a63f8f
commit c73bc074cd
2 changed files with 26 additions and 36 deletions

View File

@@ -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" />