蘑菇-极狐解除屏蔽
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user