feat:角色回显和角色修改,首页navbar下dropdown样式问题调整

This commit is contained in:
有来技术
2021-12-24 00:21:13 +08:00
parent 677feb8a4d
commit 5d6aa9a09d
4 changed files with 32 additions and 36 deletions

View File

@@ -16,7 +16,7 @@
<el-card class="box-card">
<template #header>
<svg-icon color="#333" icon-class="dict"/>
<span style="margin:0 5px;">字典数据项列表</span>
<span style="margin:0 5px;">字典数据项</span>
<el-tag type="primary" v-if=" state.dictCode" size="small">{{ state.dictName }}</el-tag>
<el-tag type="warning" v-else size="small">未选择字典</el-tag>
</template>