一级推广收益比例改为一级推广收益

This commit is contained in:
YeMingfei666 2024-12-17 18:20:34 +08:00
parent deb2d0305d
commit c54c6b76b6
1 changed files with 10 additions and 10 deletions

View File

@ -92,7 +92,7 @@
@click="updates2(scope.row.inviterCode)">{{ scope.row.inviterCode ? scope.row.inviterCode : '未绑定' }}</span>
</template>
</el-table-column>
<el-table-column prop="rate" label="一级推广收益比例" width="150">
<el-table-column prop="rate" label="一级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.rate?scope.row.rate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
@ -101,7 +101,7 @@
</span>
</template>
</el-table-column>
<el-table-column prop="twoRate" label="二级推广收益比例" width="150">
<el-table-column prop="twoRate" label="二级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
@ -194,7 +194,7 @@
<span v-else> - </span>
</template>
</el-table-column>
<el-table-column prop="rate" label="一级推广收益比例" width="150">
<el-table-column prop="rate" label="一级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.rate?scope.row.rate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
@ -203,7 +203,7 @@
</span>
</template>
</el-table-column>
<el-table-column prop="twoRate" label="二级推广收益比例" width="150">
<el-table-column prop="twoRate" label="二级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
@ -294,7 +294,7 @@
<span v-else> - </span>
</template>
</el-table-column>
<el-table-column prop="rate" label="一级推广收益比例" width="150">
<el-table-column prop="rate" label="一级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.rate?scope.row.rate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
@ -303,7 +303,7 @@
</span>
</template>
</el-table-column>
<el-table-column prop="twoRate" label="二级推广收益比例" width="150">
<el-table-column prop="twoRate" label="二级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
@ -386,7 +386,7 @@
@click="updates2(scope.row.inviterCode)">{{ scope.row.inviterCode ? scope.row.inviterCode : '未绑定' }}</span>
</template>
</el-table-column>
<el-table-column prop="rate" label="一级推广收益比例" width="150">
<el-table-column prop="rate" label="一级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.rate?scope.row.rate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
@ -395,7 +395,7 @@
</span>
</template>
</el-table-column>
<el-table-column prop="twoRate" label="二级推广收益比例" width="150">
<el-table-column prop="twoRate" label="二级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
@ -789,11 +789,11 @@
xiugai(row, text) {
if (text == 'rate') {
this.titleBl = '修改一级推广收益比例'
this.titleBl = '修改一级推广收益'
this.proportion = row.rate
}
if (text == 'twoRate') {
this.titleBl = '修改二级推广收益比例'
this.titleBl = '修改二级推广收益'
this.proportion = row.twoRate
}