添加明细页连接查询全部数据

jg-waiwang-pro
mhsnet 5 months ago
parent 1c75b64dcc
commit accfbd8690

@ -10,6 +10,20 @@
<view class="search-box_sticky">
<u-tabs name="tabName" count="tabCount" :list="tabList" :is-scroll="false" :current="tabCurrent"
@change="fnTabsChange"></u-tabs>
<view style="text-align: center;color: cadetblue;padding: 1px;">
<template v-if="tabCurrent == 0">
<text @click="openPage('/pages/workFlow/flowLaunch/index')"> >>></text>
</template>
<template v-else-if="tabCurrent == 1">
<text @click="openPage('/pages/workFlow/flowTodo/index')"> >>></text>
</template>
<template v-else-if="tabCurrent == 2">
<text @click="openPage('/pages/workFlow/flowDone/index')"> >>></text>
</template>
<template v-else>
<text @click="openPage('/pages/workFlow/flowCopy/index')"> >>></text>
</template>
</view>
</view>
<template v-if="tabCurrent == 0">
<flowLaunch />

Loading…
Cancel
Save