蘑菇-极狐解除屏蔽

This commit is contained in:
“wanyongkang”
2024-07-09 16:35:56 +08:00
parent cfe34208f1
commit cbc65df462
2 changed files with 22 additions and 0 deletions

View File

@@ -128,6 +128,8 @@
<span class="handel cursor edit" @click="online(scope.row)">查看在线</span>
<span v-if="scope.row.ProductId == 27" class="handel cursor edit" @click="openLimit(scope.row)">解除限制</span>
<span v-if="scope.row.ProductId == 28" class="handel cursor edit" @click="openLimitjt(scope.row)">解除限制</span>
<span v-if="scope.row.ProductId == 18" class="handel cursor edit" @click="openLimitother(scope.row)">解除限制</span>
<span v-if="scope.row.ProductId == 29" class="handel cursor edit" @click="openLimitother(scope.row)">解除限制</span>
</template>
</el-table-column>
</el-table>
@@ -479,6 +481,15 @@ export default {
this.$message.success('设置成功')
})
},
openLimitother(item) {
this.$api.post(this.$api.phpURL + 'product/OpenAccountLimit/openTxLimit', {
account: item.Account,
productId:item.ProductId
}).then(res => {
this.$message.success('设置成功')
})
},
killout (item) {
var params = {
productId: item.info.ProductId,

View File

@@ -70,6 +70,8 @@
<span class="handel cursor edit" @click="online(scope.row)">查看在线</span>
<span v-if="scope.row.ProductId == 27" class="handel cursor edit" @click="openLimit(scope.row)">解除限制</span>
<span v-if="scope.row.ProductId == 28" class="handel cursor edit" @click="openLimitjt(scope.row)">解除限制</span>
<span v-if="scope.row.ProductId == 18" class="handel cursor edit" @click="openLimitother(scope.row)">解除限制</span>
<span v-if="scope.row.ProductId == 29" class="handel cursor edit" @click="openLimitother(scope.row)">解除限制</span>
</template>
</el-table-column>
</el-table>
@@ -288,6 +290,15 @@ export default {
this.$message.success('设置成功')
})
},
openLimitother(item) {
this.$api.post(this.$api.phpURL + 'product/OpenAccountLimit/openTxLimit', {
account: item.Account,
productId:item.ProductId
}).then(res => {
this.$message.success('设置成功')
})
},
killout(item){
var params={
productId:item.info.ProductId,