提交 c9e4c5c0 编写于 作者: linjinyang's avatar linjinyang

本地语言资源 更新

上级 1490aea2
......@@ -36,7 +36,7 @@
</div>
<div class="header-right" style="display: flex;align-items: center;justify-content: space-between;">
<app-header-menus />
<app-lang style='font-size: 15px;padding: 0 10px;'></app-lang>
<app-lang v-if="localList.length > 1" style='font-size: 15px;padding: 0 10px;'></app-lang>
<app-orgsector></app-orgsector>
<app-user></app-user>
<app-theme style="width:45px;display: flex;justify-content: center;"></app-theme>
......
......@@ -2,6 +2,7 @@
import { Vue, Component, Prop, Provide, Emit, Watch,Inject } from 'vue-property-decorator';
import { UIActionTool,Util } from '@/utils';
import NavDataService from '@/service/app/navdata-service';
import { localList } from '@locale/local-list';
<#if view.getPSAppCounterRefs()??>
<#list view.getPSAppCounterRefs() as singleCounterRef>
<#if singleCounterRef.getPSAppCounter()??>
......
......@@ -65,6 +65,14 @@
}
</#if>
/**
* 本地语言资源
*
* @type {*}
* @memberof ${srfclassname('${view.name}')}Base
*/
public localList: any[] = localList;
/**
* 当前主题
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册