refactor: 优化路由组件解析逻辑,更新字典数据注释及注册组件样式
This commit is contained in:
@@ -286,10 +286,10 @@ function handleDelete(id?: number) {
|
||||
);
|
||||
}
|
||||
|
||||
// 打开字典值"
|
||||
// 打开字典数据
|
||||
function handleOpenDictData(row: DictTypeItem) {
|
||||
router.push({
|
||||
path: "/system/dict-item",
|
||||
name: "DictItem",
|
||||
query: { dictCode: row.dictCode, title: `【${row.name}】字典数据` },
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user