feat(role): 角色分配菜单提交保存

This commit is contained in:
有来技术
2021-12-21 00:27:52 +08:00
parent cb70c6845b
commit 9f8d5d757b
5 changed files with 42 additions and 18 deletions

View File

@@ -15,7 +15,7 @@
<template #header>
<svg-icon color="#333" icon-class="perm"/>
<span style="margin:0 5px;">权限列表</span>
<el-tag type="success" v-if="state.menuId">{{ state.menuName }}</el-tag>
<el-tag type="success" v-if="state.menuId" size="small">{{ state.menuName }}</el-tag>
<el-tag type="warning" v-else size="small">请点击左侧菜单列表选择</el-tag>
</template>
<perm-table :menuId="state.menuId" :menuName="state.menuName"/>