[WAF]省份封禁增加全选功能

This commit is contained in:
GoEdgeLab
2020-12-04 09:51:18 +08:00
parent 1dad8af0c3
commit 9e3dc3d2d2
4 changed files with 40 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
<tr>
<td class="title">已封禁</td>
<td>
<span v-if="countSelectedCountries == 0" class="disabled">暂时没有选择封禁区域。</span>
<div class="ui label tiny basic" v-for="country in countries" v-if="country.isChecked" style="margin-bottom: 0.5em">
<input type="hidden" name="countryIds" :value="country.id"/>
({{country.letter}}){{country.name}} <a href="" @click.prevent="deselectCountry(country)" title="取消封禁"><i class="icon remove"></i></a>