Commit 084ff6d0 authored by liwei's avatar liwei

模块标签

parent f8acf167
......@@ -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')-->
......
......@@ -24,7 +24,8 @@
"model1":"服务平台",
"model2":"数据治理",
"model3":"数据服务",
"model4":"数仓开发"
"model4":"数仓开发",
"model5":"数据共享交换"
},
"multipleTab": {
"reload": "重新加载",
......
......@@ -277,6 +277,7 @@ export const formSchema: FormSchema[] = [
{ label: '第二模块', value: '2' },
{ label: '第三模块', value: '3' },
{ label: '第四模块', value: '4' },
{ label: '第五模块', value: '6' },
{ label: '公共', value: '5' },
],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment