添加im标识
This commit is contained in:
@@ -121,6 +121,14 @@
|
|||||||
<span v-else class="red">已退款</span>
|
<span v-else class="red">已退款</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column prop="im" label="腾讯限制" width="150px">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<span style="color:green;"
|
||||||
|
v-if="scope.row.im==1"
|
||||||
|
>已解除</span>
|
||||||
|
<span v-else >未解除</span>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column label="操作" width="140px">
|
<el-table-column label="操作" width="140px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span class="handel cursor edit" @click="selectUser(scope.row)">归属</span>
|
<span class="handel cursor edit" @click="selectUser(scope.row)">归属</span>
|
||||||
@@ -474,17 +482,21 @@ export default {
|
|||||||
openLimit(item) {
|
openLimit(item) {
|
||||||
this.$api.post(this.$api.phpURL + 'jinyou/jinyoudt/openTxLimit', {
|
this.$api.post(this.$api.phpURL + 'jinyou/jinyoudt/openTxLimit', {
|
||||||
account: item.Account,
|
account: item.Account,
|
||||||
|
productId:item.ProductId,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.$message.success('设置成功')
|
this.$message.success('设置成功')
|
||||||
|
this.get()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
openLimitjt(item) {
|
openLimitjt(item) {
|
||||||
this.$api.post(this.$api.phpURL + 'jinyou/jinyoujt/openTxLimit', {
|
this.$api.post(this.$api.phpURL + 'jinyou/jinyoujt/openTxLimit', {
|
||||||
account: item.Account,
|
account: item.Account,
|
||||||
|
productId:item.ProductId,
|
||||||
PackageName:item.PackageName
|
PackageName:item.PackageName
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.$message.success('设置成功')
|
this.$message.success('设置成功')
|
||||||
|
this.get()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -494,6 +506,7 @@ export default {
|
|||||||
productId:item.ProductId
|
productId:item.ProductId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.$message.success('设置成功')
|
this.$message.success('设置成功')
|
||||||
|
this.get()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
killout (item) {
|
killout (item) {
|
||||||
|
|||||||
@@ -63,6 +63,14 @@
|
|||||||
<span v-else class="red">已退款</span>
|
<span v-else class="red">已退款</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column prop="im" label="腾讯限制" width="150px">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<span style="color:green;"
|
||||||
|
v-if="scope.row.im==1"
|
||||||
|
>已解除</span>
|
||||||
|
<span v-else >未解除</span>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column label="操作" width="140px">
|
<el-table-column label="操作" width="140px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span class="handel cursor edit" @click="selectUser(scope.row)">归属</span>
|
<span class="handel cursor edit" @click="selectUser(scope.row)">归属</span>
|
||||||
@@ -281,17 +289,21 @@ export default {
|
|||||||
openLimit(item) {
|
openLimit(item) {
|
||||||
this.$api.post(this.$api.phpURL + 'jinyou/jinyoudt/openTxLimit', {
|
this.$api.post(this.$api.phpURL + 'jinyou/jinyoudt/openTxLimit', {
|
||||||
account: item.Account,
|
account: item.Account,
|
||||||
|
productId:item.ProductId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.$message.success('设置成功')
|
this.$message.success('设置成功')
|
||||||
|
this.get()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
openLimitjt(item) {
|
openLimitjt(item) {
|
||||||
this.$api.post(this.$api.phpURL + 'jinyou/jinyoujt/openTxLimit', {
|
this.$api.post(this.$api.phpURL + 'jinyou/jinyoujt/openTxLimit', {
|
||||||
account: item.Account,
|
account: item.Account,
|
||||||
|
productId:item.ProductId,
|
||||||
PackageName:item.PackageName
|
PackageName:item.PackageName
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.$message.success('设置成功')
|
this.$message.success('设置成功')
|
||||||
|
this.get()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -301,6 +313,7 @@ export default {
|
|||||||
productId:item.ProductId
|
productId:item.ProductId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.$message.success('设置成功')
|
this.$message.success('设置成功')
|
||||||
|
this.get()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
findaddr (item) {
|
findaddr (item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user