Skip to content

Commit 8fc4d4a

Browse files
committed
feat(linCmsUi): 新增 级联选择器 展示页面
1 parent 7284cfb commit 8fc4d4a

File tree

3 files changed

+2120
-1
lines changed

3 files changed

+2120
-1
lines changed

src/plugins/LinCmsUi/assets/style/container.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
}
2323
.lin-wrap-ui {
2424
padding: 30px 40px;
25-
}
25+
}

src/plugins/LinCmsUi/stage-config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,16 @@ const LinCmsUiRouter = {
295295
icon: 'iconfont icon-jiemiansheji',
296296
right: null,
297297
},
298+
{
299+
title: 'Cascader 级联选择器',
300+
type: 'view',
301+
name: null,
302+
route: '/lin-cms-ui/form/cascader',
303+
filePath: 'plugins/LinCmsUi/views/form/Cascader.vue',
304+
inNav: true,
305+
icon: 'iconfont icon-jiemiansheji',
306+
right: null,
307+
},
298308
],
299309
},
300310
{

0 commit comments

Comments
 (0)