测试导出问题

This commit is contained in:
X1627315083
2024-04-03 14:14:38 +08:00
parent 69e637b6bb
commit e7a6822bc1
7 changed files with 29 additions and 12 deletions

View File

@@ -53,7 +53,7 @@
<div>
<div class="form_item_title required">Role Permission</div>
<a-checkbox class="form_check_all" size="large" v-model:checked="permissionCheckAll" @change="perCheckAll">All</a-checkbox>
<table class="permission_table">
<table class="permission_table">{{ rolePermission }}
<tr v-for="(role) in rolePermission" :key="role.code">
<td class="first_td">
<div class="table_td_block"><a-checkbox size="large" v-model:checked="role.select" @change="checkLevelFirst(role)">{{role.resource}}</a-checkbox></div>