7.3(优化
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
<el-table-column prop="remark" label="备注" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column label="操作" min-width="110" fixed="right" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-button type="text" size="small" @click="unpRebateAmount(scope.row)" class="mr10">修改分佣金额</el-button>
|
||||
<!-- <el-button type="text" size="small" @click="unpRebateAmount(scope.row)" class="mr10">修改分佣金额</el-button> -->
|
||||
<el-button type="text" size="small" @click="onInfo(scope.row.id)" class="mr10">详情</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user