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

update

上级 9c305aec
<template v-else-if="viewType == 'DEMOBWFMDVIEW'">
<template v-else-if="viewType == 'DEMOBWFMDVIEW' || viewType == 'DEMOBWFDYNAEXPMDVIEW'">
<li v-for="item in items" @click="goPage(item)" :key="item.srfkey" class="app-mob-mdctrl-item">
<van-panel :title="item.srfmajortext ">
<div class="van-cell van-panel__header" >
......@@ -10,13 +10,13 @@
<div class="van-cell__title subtitle">
<span>步骤</span>
<div class="van-cell__label">
{{ item.step }}
{{ item.wfstep }}
</div>
</div>
<div class="van-cell__title content" >
<span>{{item.startusername}}</span>
<div class="van-cell__label">
{{ item.workflowname }}
{{ item.documentcentername }}
</div>
</div>
</div>
......
......@@ -40,6 +40,17 @@
</#if>
</#if>
<#assign view_content>
<#if view.getViewType?? && view.getViewType() ?? && view.getViewType()=='DEMOBWFDYNAEXPMDVIEW'>
<ion-tabs class="app-ctrl-tabs">
<ion-tab-bar slot="top">
<ion-tab-button v-for="item in wfStepModel" :key="item.processDefinitionKey" >
<ion-label class="caption">
{{item.userTaskName}}
</ion-label>
</ion-tab-button>
</ion-tab-bar>
</ion-tabs>
</#if>
${P.getCtrlCode('mdctrl', 'CONTROL.html').code}
</#assign>
<#assign view_footer>
......
<#ibizinclude>
../@MACRO/DEFAULT.less.ftl
</#ibizinclude>
\ No newline at end of file
</#ibizinclude>
.app-ctrl-tabs{
z-index: 1;
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册