修改金豆为金币
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
</td>
|
||||
<th>钱包</th>
|
||||
<td class="border-rt">
|
||||
{{qianbao.money}}金豆
|
||||
{{qianbao.money}}金币
|
||||
<el-button size="mini" :disabled="!isAuth('userList:updateQb')"
|
||||
style="color: #4f9dec;background: #fff;border: none;" @click="rechargenone(1)">
|
||||
修改</el-button>
|
||||
@@ -262,7 +262,7 @@
|
||||
<el-table-column prop="id" label="编号" width="100"></el-table-column>
|
||||
<el-table-column prop="title" label="标题" width="250"></el-table-column>
|
||||
<el-table-column prop="content" label="内容"></el-table-column>
|
||||
<el-table-column prop="money" label="金豆" width="100">
|
||||
<el-table-column prop="money" label="金币" width="100">
|
||||
<template slot-scope="scope">
|
||||
<span style="color: #009900;" v-if="scope.row.type==1">+ {{ scope.row.money }}</span>
|
||||
<span style="color: #f56c6c;" v-else>- {{ scope.row.money }}</span>
|
||||
@@ -282,7 +282,7 @@
|
||||
<el-table-column prop="id" label="编号" width="100"></el-table-column>
|
||||
<el-table-column prop="title" label="标题" width="250"></el-table-column>
|
||||
<el-table-column prop="content" label="内容"></el-table-column>
|
||||
<el-table-column prop="money" label="金豆" width="100">
|
||||
<el-table-column prop="money" label="金币" width="100">
|
||||
<template slot-scope="scope">
|
||||
<span style="color: #009900;" v-if="scope.row.type==1">+ {{ scope.row.money }}</span>
|
||||
<span style="color: #f56c6c;" v-else>- {{ scope.row.money }}</span>
|
||||
@@ -658,7 +658,7 @@
|
||||
</el-pagination>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<!-- 不可提现添加金豆 -->
|
||||
<!-- 不可提现添加金币 -->
|
||||
<el-dialog :title="titles" :visible.sync="dialogFormVisible1" center>
|
||||
<div style="margin-bottom: 10px;">
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">修改模式:</span>
|
||||
@@ -668,9 +668,9 @@
|
||||
</el-radio-group>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px;" v-if="typeIndex==1">
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">金豆:</span>
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">金币:</span>
|
||||
<el-input style="width:50%;" v-model="money" type="number" :min="0" :max="100" :controls="false"
|
||||
placeholder="请输入金豆"></el-input>
|
||||
placeholder="请输入金币"></el-input>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px;" v-if="typeIndex==2">
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">金额:</span>
|
||||
@@ -1134,7 +1134,7 @@
|
||||
rechargenone(index) {
|
||||
this.typeIndex = index
|
||||
if(index==1){
|
||||
this.titles = '修改金豆'
|
||||
this.titles = '修改金币'
|
||||
}else{
|
||||
this.titles = '修改收益'
|
||||
}
|
||||
@@ -1158,7 +1158,7 @@
|
||||
this.$notify({
|
||||
title: '提示',
|
||||
duration: 1800,
|
||||
message: '请输入金豆',
|
||||
message: '请输入金币',
|
||||
type: 'warning'
|
||||
})
|
||||
return
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
</td>
|
||||
<th>钱包</th>
|
||||
<td class="border-rt">
|
||||
{{qianbao.money}}金豆
|
||||
{{qianbao.money}}金币
|
||||
<el-button size="mini" :disabled="!isAuth('userList:updateQb')"
|
||||
style="color: #4f9dec;background: #fff;border: none;" @click="rechargenone(1)">
|
||||
修改</el-button>
|
||||
@@ -262,7 +262,7 @@
|
||||
<el-table-column prop="id" label="编号" width="100"></el-table-column>
|
||||
<el-table-column prop="title" label="标题" width="250"></el-table-column>
|
||||
<el-table-column prop="content" label="内容"></el-table-column>
|
||||
<el-table-column prop="money" label="金豆" width="100">
|
||||
<el-table-column prop="money" label="金币" width="100">
|
||||
<template slot-scope="scope">
|
||||
<span style="color: #009900;" v-if="scope.row.type==1">+ {{ scope.row.money }}</span>
|
||||
<span style="color: #f56c6c;" v-else>- {{ scope.row.money }}</span>
|
||||
@@ -282,7 +282,7 @@
|
||||
<el-table-column prop="id" label="编号" width="100"></el-table-column>
|
||||
<el-table-column prop="title" label="标题" width="250"></el-table-column>
|
||||
<el-table-column prop="content" label="内容"></el-table-column>
|
||||
<el-table-column prop="money" label="金豆" width="100">
|
||||
<el-table-column prop="money" label="金币" width="100">
|
||||
<template slot-scope="scope">
|
||||
<span style="color: #009900;" v-if="scope.row.type==1">+ {{ scope.row.money }}</span>
|
||||
<span style="color: #f56c6c;" v-else>- {{ scope.row.money }}</span>
|
||||
@@ -658,7 +658,7 @@
|
||||
</el-pagination>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<!-- 不可提现添加金豆 -->
|
||||
<!-- 不可提现添加金币 -->
|
||||
<el-dialog :title="titles" :visible.sync="dialogFormVisible1" center>
|
||||
<div style="margin-bottom: 10px;">
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">修改模式:</span>
|
||||
@@ -668,9 +668,9 @@
|
||||
</el-radio-group>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px;" v-if="typeIndex==1">
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">金豆:</span>
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">金币:</span>
|
||||
<el-input style="width:50%;" v-model="money" type="number" :min="0" :max="100" :controls="false"
|
||||
placeholder="请输入金豆"></el-input>
|
||||
placeholder="请输入金币"></el-input>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px;" v-if="typeIndex==2">
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">金额:</span>
|
||||
@@ -1134,7 +1134,7 @@
|
||||
rechargenone(index) {
|
||||
this.typeIndex = index
|
||||
if(index==1){
|
||||
this.titles = '修改金豆'
|
||||
this.titles = '修改金币'
|
||||
}else{
|
||||
this.titles = '修改收益'
|
||||
}
|
||||
@@ -1158,7 +1158,7 @@
|
||||
this.$notify({
|
||||
title: '提示',
|
||||
duration: 1800,
|
||||
message: '请输入金豆',
|
||||
message: '请输入金币',
|
||||
type: 'warning'
|
||||
})
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user