提交 0104ce77 编写于 作者: KK's avatar KK

修复界面报错

上级 a0c29e17
......@@ -27,7 +27,7 @@
<app-mob-button
className="app-view-toolbar-button"
iconName="<#if item.isShowIcon()><#if item.getPSSysImage()??><@setIcon item /></#if></#if>"
:text="<#if item.isShowCaption()><#if langbase??>$t('${langbase}.${item.name}.caption')<#else>'${item.getCaption()}'</#if></#if>"
:text="<#if item.isShowCaption()><#if langbase??>$t('${langbase}.${item.name}.caption')<#else>'${item.getCaption()}'</#if><#else>''</#if>"
v-show="${(ctrl.getName())?lower_case}Models.${item.name}.visabled"
:disabled="${(ctrl.getName())?lower_case}Models.${item.name}.disabled"
@click="${ctrl.name}_click({ tag: '${item.name}' }, $event)" />
......
......@@ -8,7 +8,7 @@
<app-mob-button
className="app-view-toolbar-button"
iconName="<#if item.isShowIcon()><#if item.getPSSysImage()??><@setIcon item /></#if></#if>"
:text="<#if item.isShowCaption()>{{<#if langbase??>$t('${langbase}.${item.name}.caption')<#else>'${item.getCaption()}'</#if>}}</#if>"
<#if item.isShowCaption()><#if langbase??>:text="$t('${langbase}.${item.name}.caption')"<#else>text='${item.getCaption()}'</#if></#if>"
@click="${ctrl.name}Models.${item.name}.isshow=!${ctrl.name}Models.${item.name}.isshow" />
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册