feat: 数据字典 树形结构
This commit is contained in:
@@ -1027,6 +1027,17 @@ const routes = [
|
||||
title: '标准法规属性管理详情页'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/standLawsAttrTreeDetails/:id?/:dictionaryName?/:dictionType?/:isRelate?/:relateDicId?',
|
||||
name: 'standLawsAttrTreeDetails',
|
||||
component: () =>
|
||||
import('@/pages/config/pages/standLawsAttrManage/pages/standLawsAttrTreeDetails'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
parentPath: '/standLawsAttrManage',
|
||||
title: '标准法规属性管理详情页'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/attributeCustom',
|
||||
name: 'AttributeCustom',
|
||||
|
||||
Reference in New Issue
Block a user