提交 3aef81db 编写于 作者: LUCIFER-ZHU's avatar LUCIFER-ZHU

update: 更新

上级 b6ecb678
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
<span class='caption-image'><img src='${viewimg.getImagePath()}'/></span> <span class='caption-image'><img src='${viewimg.getImagePath()}'/></span>
</#if> </#if>
</#if> </#if>
<span class='caption-info' :title="$t(model.srfCaption)">{{$t(model.srfCaption<#if view.getCaption()??>, view.getCaption()</#if>)}}</span> <span class='caption-info' :title="$t(model.srfCaption)">{{$t(model.srfCaption<#if view.getCaption()??>, ${view.getCaption()}</#if>)}}</span>
</div> </div>
</#if> </#if>
\ No newline at end of file
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<span class='caption-image'><img src='${viewimg.getImagePath()}'/></span> <span class='caption-image'><img src='${viewimg.getImagePath()}'/></span>
</#if> </#if>
</#if> </#if>
<span class='caption-info'>{{$t(model.srfCaption<#if view.getCaption()??>, view.getCaption()</#if>)}}</span> <span class='caption-info'>{{$t(model.srfCaption<#if view.getCaption()??>, ${view.getCaption()}</#if>)}}</span>
</#if> </#if>
<#if view.hasPSControl('toolbar')> <#if view.hasPSControl('toolbar')>
<#if selfToolbarRender??> <#if selfToolbarRender??>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<span class='caption-image'><img src='${viewimg.getImagePath()}'/></span> <span class='caption-image'><img src='${viewimg.getImagePath()}'/></span>
</#if> </#if>
</#if> </#if>
<span class='caption-info'>{{$t(model.srfCaption<#if view.getCaption()??>, view.getCaption()</#if>)}}</span> <span class='caption-info'>{{$t(model.srfCaption<#if view.getCaption()??>, ${view.getCaption()}</#if>)}}</span>
</#if> </#if>
</div> </div>
</#if> </#if>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<app-index-view-layout-top :class="{ [themeClasses]: true, '${srffilepath2(view.getCodeName())}': true<#if view.getPSSysCss?? && view.getPSSysCss()??>, '${view.getPSSysCss().getCssName()}': true</#if> }" :style="themeStyle"> <app-index-view-layout-top :class="{ [themeClasses]: true, '${srffilepath2(view.getCodeName())}': true<#if view.getPSSysCss?? && view.getPSSysCss()??>, '${view.getPSSysCss().getCssName()}': true</#if> }" :style="themeStyle">
<template #headerLeft> <template #headerLeft>
<img class="app-icon" src="../../../assets/img/logo.png" /> <img class="app-icon" src="../../../assets/img/logo.png" />
<span class="app-caption">{{$t(model.srfCaption<#if view.getCaption()??>, view.getCaption()</#if>)}}</span> <span class="app-caption">{{$t(model.srfCaption<#if view.getCaption()??>, ${view.getCaption()}</#if>)}}</span>
</template> </template>
<template #headerRight> <template #headerRight>
${P.getCtrlCode('appmenu', 'CONTROL.html').code} ${P.getCtrlCode('appmenu', 'CONTROL.html').code}
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<#else> <#else>
<span class="menuicon" v-if="isEnableAppSwitch" @click="contextMenuDragVisiable=!contextMenuDragVisiable"><Icon class="app-icon" type="md-menu" /></span> <span class="menuicon" v-if="isEnableAppSwitch" @click="contextMenuDragVisiable=!contextMenuDragVisiable"><Icon class="app-icon" type="md-menu" /></span>
</#if> </#if>
<span class="app-caption" v-show="!collapseChange">{{$t(model.srfCaption<#if view.getCaption()??>, view.getCaption()</#if>)}}</span> <span class="app-caption" v-show="!collapseChange">{{$t(model.srfCaption<#if view.getCaption()??>, ${view.getCaption()}</#if>)}}</span>
</div> </div>
</template> </template>
<template #siderContent> <template #siderContent>
......
...@@ -241,9 +241,9 @@ export default class ${srfclassname('${view.name}')}Base extends Vue { ...@@ -241,9 +241,9 @@ export default class ${srfclassname('${view.name}')}Base extends Vue {
* @memberof ${srfclassname('${view.name}')}Base * @memberof ${srfclassname('${view.name}')}Base
*/ */
public model: any = { public model: any = {
srfCaption: '<#if view.getCapPSLanguageRes()??>view.getCapPSLanguageRes().getLanResTag()<#else><#if view.getCaption()??>view.getCaption()</#if></#if>', srfCaption: '<#if view.getCapPSLanguageRes()??>${view.getCapPSLanguageRes().getLanResTag()}<#else><#if view.getCaption()??>${view.getCaption()}</#if></#if>',
srfTitle: '<#if view.getTitlePSLanguageRes()??>view.getTitlePSLanguageRes().getLanResTag()<#else><#if view.getTitle()??>view.getTitle()</#if></#if>', srfTitle: '<#if view.getTitlePSLanguageRes()??>${view.getTitlePSLanguageRes().getLanResTag()}<#else><#if view.getTitle()??>${view.getTitle()}</#if></#if>',
srfSubTitle: '<#if view.getSubCapPSLanguageRes()??>view.getSubCapPSLanguageRes().getLanResTag()<#else><#if view.getSubCaption()??>view.getSubCaption()</#if></#if>', srfSubTitle: '<#if view.getSubCapPSLanguageRes()??>${view.getSubCapPSLanguageRes().getLanResTag()}<#else><#if view.getSubCaption()??>${view.getSubCaption()}</#if></#if>',
dataInfo: '' dataInfo: ''
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册