提交 34f43292 编写于 作者: zhujiamin's avatar zhujiamin

ion-icon图标库模板调整测试

上级 e20cdfb2
......@@ -22,7 +22,7 @@
<ion-button class="app-view-toolbar-button" 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)" >
<#if item.isShowIcon()>
<#if item.getPSSysImage()??>
<ion-icon class="ibiz-button-icon" name="<#if item.getPSSysImage().getCssClass() != "">${item.getPSSysImage().getCssClass()}<#else>fa fa-ellipsis-h</#if>"> <#--<#if item.getPSSysImage().getImagePath() != ""> <img class="ibiz-button-icon" src="${item.getPSSysImage().getImagePath()}" /></#if>--></ion-icon>
<ion-icon class="ibiz-button-icon" name="<#if item.getPSSysImage().getCssClass?? && item.getPSSysImage().getCssClass()??><#if item.getPSSysImage().getCssClass()?starts_with('fa fa-')>${item.getPSSysImage().getName()}<#else>${item.getPSSysImage().getCssClass()}</#if></#if>"> <#--<#if item.getPSSysImage().getImagePath() != ""> <img class="ibiz-button-icon" src="${item.getPSSysImage().getImagePath()}" /></#if>--></ion-icon>
</#if>
</#if>
<#if item.isShowCaption()>{{<#if langbase??>$t('${langbase}.${item.name}.caption')<#else>'${item.getCaption()}'</#if>}}</#if>
......
......@@ -241,7 +241,7 @@
* 分类搜索
*
* @param {*} value
* @memberof MOBENTITYHDLBBase
* @memberof ${srfclassname('${view.name}')}Base
*/
public onCategory(value:any){
this.categoryValue = value;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册