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

fix:工具栏按钮文字异常

上级 e2cdf163
......@@ -10,7 +10,7 @@
<app-mob-button
:disabled="${(ctrl.getName())?lower_case}Models.${item.name}.disabled"
size="large"
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></#if>"
iconName="<#if item.isShowIcon() && item.getPSSysImage()??><@setIcon item /></#if>"
@click="${ctrl.name}_click({ tag: '${item.name}' }, $event),popUpGroup()" />
</div>
......@@ -18,7 +18,7 @@
<app-mob-button
v-show="${(ctrl.getName()?lower_case)}Models.${item.name}.visabled"
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></#if>"
:disabled="${(ctrl.getName())?lower_case}Models.${item.name}.disabled"
@click="${ctrl.name}_click({ tag: '${item.name}' }, $event)" />
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册