| | |
| | | <!-- 我的申请卡片区域 --> |
| | | <!-- <u-checkbox-group v-model="checkBoxValue" placement="column" @change="checkboxChange" style="margin-bottom:150px"> --> |
| | | <combination-card v-for="(item, index) in shenqingData" index="index"> |
| | | <template v-slot:top> |
| | | <template v-slot:top> |
| | | <!-- <u-checkbox size="35" :key="item.id" :name="item.id"></u-checkbox> --> |
| | | <view> |
| | | <text>{{ item.title }}</text> |
| | |
| | | <text>所属流程:{{ item.processName }}</text> |
| | | </view> |
| | | <view class=""> |
| | | <text>审批环节:{{ item.currTaskName }}</text> |
| | | <text>审批环节:{{ item.currTaskName == null ? '' : item.currTaskName }}</text> |
| | | </view> |
| | | </view> |
| | | <view class="center-content__two center-margin"> |
| | |
| | | </view> |
| | | |
| | | <!--返回顶部--> |
| | | <u-back-top :scroll-top="scrollTop"></u-back-top> |
| | | <view class="back-top-container"> |
| | | <u-back-top :scroll-top="scrollTop" style="position:fixed;bottom:100px;right:100px;"></u-back-top> |
| | | </view> |
| | | |
| | | <view class="" style="height:50px;"> |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | // 返回顶部 |
| | | .back-top-container{ |
| | | .u-transition{ |
| | | position:fixed; |
| | | bottom:vww(80)!important; |
| | | right:vww(20)!important; |
| | | } |
| | | } |
| | | |
| | | |
| | | // 底部 |
| | | .bottomTabbar { |
| | | position: fixed; |