添加im标识

This commit is contained in:
“wanyongkang”
2025-05-28 10:38:01 +08:00
parent 9888993fcb
commit cd26aa5b5d
2 changed files with 26 additions and 0 deletions

View File

@@ -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) {

View File

@@ -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) {