<h1 style="font-weight: 600;">页面权限配置</h1>
|
<div class="role-a-container">
|
<h3>全部</h3>
|
<div class="role-a-checkbox">
|
<label>全部</label>
|
<input type="checkbox" name="all" id="all">
|
</div>
|
<h3>按钮</h3>
|
<div class="role-a-checkbox" style="gap: 10px; display: flex; align-items: center;">
|
<label>全部</label>
|
<input type="checkbox" id="button-all">
|
</div>
|
<div id="button-container"></div>
|
<h3>表头</h3>
|
<div class="role-a-checkbox" style="gap: 10px; display: flex; align-items: center;">
|
<label>全部</label>
|
<input type="checkbox" id="data-all">
|
</div>
|
<div id="data-container"></div>
|
<div class="role-a-buttons">
|
<button type="button" class="btn btn-primary" id="save">保存</button>
|
<button type="button" class="btn btn-primary" id="cancel" v-on:click="goBack">返回</button>
|
</div>
|
</div>
|