跳转路由高亮相对应的菜单栏

This commit is contained in:
RuoYi
2021-07-27 11:54:20 +08:00
parent 3803ac78e2
commit 6a5c86541a
6 changed files with 20 additions and 19 deletions

View File

@ -118,7 +118,7 @@
<el-table-column label="字典名称" align="center" prop="dictName" :show-overflow-tooltip="true" />
<el-table-column label="字典类型" align="center" :show-overflow-tooltip="true">
<template slot-scope="scope">
<router-link :to="'/dict/type/data/' + scope.row.dictId" class="link-type">
<router-link :to="'/system/dict-data/index/' + scope.row.dictId" class="link-type">
<span>{{ scope.row.dictType }}</span>
</router-link>
</template>