This commit is contained in:
BOOL\25024
2024-03-25 11:40:01 +08:00
parent 9b5d4ea4bb
commit 621c765a9d

View File

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