修改转盘接口和部分请求api

This commit is contained in:
2024-12-05 10:48:29 +08:00
parent f13b2482ed
commit f4e3f25a45
2 changed files with 3 additions and 3 deletions

View File

@@ -801,11 +801,11 @@
<span>{{ returnTypeName(scope.row.type) }}</span>
</template>
</el-table-column>
<el-table-column label="数量">
<!-- <el-table-column label="数量">
<template slot-scope="scope">
<span>{{ scope.row.number }}</span>
</template>
</el-table-column>
</el-table-column> -->
<!-- <el-table-column label="红包金额比例" >
<template slot-scope="scope">
<span>{{ scope.row.ratio }}</span>