手续费调整

This commit is contained in:
BabyBoy 2025-09-26 09:51:44 +08:00
parent 1adf886a4a
commit 2e41f12c77

View File

@ -36,13 +36,13 @@
<el-table v-loading="tableLoading" :data="userDataInfo.data" border empty-text="暂无数据">
<el-table-column label="编号" prop="code" align="center" />
<el-table-column label="规则名称" prop="name" align="center" />
<el-table-column label="是否分配手续费" prop="divideFeeFlag" align="center">
<!-- <el-table-column label="是否分配手续费" prop="divideFeeFlag" align="center">
<template v-slot="scope"> {{ scope.row.fee || '0.00' }} </template>
</el-table-column>
</el-table-column> -->
<el-table-column label="手续费分配方式" prop="feeType" align="center">
<!-- <el-table-column label="手续费分配方式" prop="feeType" align="center">
<template v-slot="scope"> {{ scope.row.actualMoney || '0.00' }} </template>
</el-table-column>
</el-table-column> -->
<el-table-column label="状态" prop="status" align="center">
<template v-slot="scope">
{{ getEmulistLabelById(scope.row.status, userStatusMap) }}