水滴解除屏蔽

This commit is contained in:
“wanyongkang”
2024-04-07 09:58:59 +08:00
parent 49a947e7bd
commit 7d2677a440

View File

@@ -127,6 +127,7 @@
<span class="handel cursor edit" @click="del(scope.row)">删除</span> <span class="handel cursor edit" @click="del(scope.row)">删除</span>
<span class="handel cursor edit" @click="online(scope.row)">查看在线</span> <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 == 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>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@@ -469,6 +470,15 @@ export default {
this.$message.success('设置成功') this.$message.success('设置成功')
}) })
}, },
openLimitjt(item) {
this.$api.post(this.$api.phpURL + 'jinyou/jinyoujt/openTxLimit', {
account: item.Account,
PackageName:item.PackageName
}).then(res => {
this.$message.success('设置成功')
})
},
killout (item) { killout (item) {
var params = { var params = {
productId: item.info.ProductId, productId: item.info.ProductId,