mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: 优化 account
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
>
|
||||
<el-col style="margin-bottom: 5px">
|
||||
<label>{{ this.$t('TableColSetting') }}</label>
|
||||
<el-checkbox v-model="checkAll" :indeterminate="isIndeterminate" style="float: right" @change="handleCheckAllChange">全选</el-checkbox>
|
||||
</el-col>
|
||||
|
||||
<el-checkbox v-model="checkAll" :indeterminate="isIndeterminate" style="margin-left: 10px" @change="handleCheckAllChange">
|
||||
{{ $t('All') }}
|
||||
</el-checkbox>
|
||||
<el-checkbox-group
|
||||
v-model="iCurrentColumns"
|
||||
class="column-setting"
|
||||
|
||||
Reference in New Issue
Block a user