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

多数据调整& 修复快速分组计数器异常

上级 9a61640f
......@@ -34,19 +34,6 @@
<ion-checkbox slot="start" :checked="item.checked" v-show="isChoose" @click.stop="checkboxSelect(item)"></ion-checkbox>
${ctrl.render.code}
</template>
<template v-else-if="(viewType == 'DEMOBMDVIEW' || viewType == 'DEMOBMDVIEW9') && controlStyle === 'SWIPERVIEW'">
${ctrl.render.code}
</template>
<#-- BENGIN: 工作流多数据视图 -->
<#ibizinclude>./WORKFLOW_MDVIEW.template.ftl</#ibizinclude>
<#-- END: 工作流多数据视图 -->
<#--多数据选择视图(部件视图)-->
<#--多选-->
<template v-else>
<#-- BENGIN: 多选视图 -->
<#ibizinclude>./PICKER_MDVIEW.template.ftl</#ibizinclude>
<#-- END: 多选视图 -->
</template>
</ion-item>
</ion-item-sliding>
</ion-list>
......
......@@ -601,9 +601,7 @@
this.$emit('load', (response.data && response.data.records) ? response.data.records : []);
this.pageTotal = response.data.total;
<#if view.isEnableQuickGroup?? && view.isEnableQuickGroup()?? && view.isEnableQuickGroup() == true>
this.$emit('pageTotalChange',this.pageTotal);
</#if>
this.$emit('pageTotalChange',this.pageTotal);
if (type == 'top') {
this.items = [];
this.items = response.data.records;
......
......@@ -83,6 +83,9 @@
--background-activated:#5c5c5c;
border-bottom: 1px solid #e8e8e86b;
}
.app-mob-mdctrl-item:last-child {
margin-bottom: 0px;
}
.app-mob-mdctrl-item{
margin-top:0;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册