mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-20 17:16:09 +08:00
字典数据无法访问bug
This commit is contained in:
@@ -80,20 +80,17 @@
|
||||
>
|
||||
编辑
|
||||
</el-button>
|
||||
<el-button
|
||||
v-perms="['setting:dict:data:list']"
|
||||
type="primary"
|
||||
link
|
||||
@click="
|
||||
$router.push({
|
||||
<el-button v-perms="['setting:dict:data:list']" type="primary" link>
|
||||
<router-link
|
||||
:to="{
|
||||
path: getRoutePath('setting:dict:data:list'),
|
||||
query: {
|
||||
type: row.dictType
|
||||
}
|
||||
})
|
||||
"
|
||||
>
|
||||
数据管理
|
||||
}"
|
||||
>
|
||||
数据管理
|
||||
</router-link>
|
||||
</el-button>
|
||||
<el-button
|
||||
v-perms="['setting:dict:type:del']"
|
||||
|
||||
Reference in New Issue
Block a user