Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
084ff6d0
Commit
084ff6d0
authored
Nov 28, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模块标签
parent
f8acf167
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
UpgradePrompt.vue
src/layouts/default/header/components/UpgradePrompt.vue
+3
-0
layout.json
src/locales/lang/zh-CN/layout.json
+2
-1
menu.data.ts
src/views/system/menu/menu.data.ts
+1
-0
No files found.
src/layouts/default/header/components/UpgradePrompt.vue
View file @
084ff6d0
...
...
@@ -44,6 +44,9 @@
<a-button
type=
"primary"
@
click=
"handleSelect(4)"
style=
"margin-right: 10px"
>
{{
t
(
'layout.header.model4'
)
}}
</a-button>
<a-button
type=
"primary"
@
click=
"handleSelect(5)"
style=
"margin-right: 10px"
>
{{
t
(
'layout.header.model5'
)
}}
</a-button>
<!-- 前往体验新版-->
<!--
<a-button
type=
"primary"
@
click=
"handleClick"
>
{{
-->
<!--
t
(
'layout.header.upgrade-prompt.ok-text'
)
-->
...
...
src/locales/lang/zh-CN/layout.json
View file @
084ff6d0
...
...
@@ -24,7 +24,8 @@
"model1"
:
"服务平台"
,
"model2"
:
"数据治理"
,
"model3"
:
"数据服务"
,
"model4"
:
"数仓开发"
"model4"
:
"数仓开发"
,
"model5"
:
"数据共享交换"
},
"multipleTab"
:
{
"reload"
:
"重新加载"
,
...
...
src/views/system/menu/menu.data.ts
View file @
084ff6d0
...
...
@@ -277,6 +277,7 @@ export const formSchema: FormSchema[] = [
{
label
:
'第二模块'
,
value
:
'2'
},
{
label
:
'第三模块'
,
value
:
'3'
},
{
label
:
'第四模块'
,
value
:
'4'
},
{
label
:
'第五模块'
,
value
:
'6'
},
{
label
:
'公共'
,
value
:
'5'
},
],
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment