| | |
| | | </view> |
| | | <view class="center-content__three center-margin"> |
| | | <view class=""> |
| | | <text>审批意见:{{ item.comment }}</text> |
| | | <text>审批意见:{{ item.comment == 'undefined' ? '' : item.comment || '' }}</text> |
| | | </view> |
| | | <view class=""> |
| | | <text> |
| | |
| | | <!-- <u-picker @cancel="statusSeletShow = false" @confirm="statusConfirm" :show="statusSeletShow" :columns="statusList"></u-picker> --> |
| | | |
| | | <!--返回顶部--> |
| | | <view class="back-top-container"> |
| | | <u-back-top :scroll-top="scrollTop"></u-back-top> |
| | | </view> |
| | | <view class="back-top-container"><u-back-top :scroll-top="scrollTop"></u-back-top></view> |
| | | |
| | | <!-- 菜单栏 --> |
| | | <popup-menu @menuShow="menushow" ref="menuRef"></popup-menu> |
| | |
| | | } |
| | | } |
| | | |
| | | // 返回顶部 |
| | | .back-top-container{ |
| | | .u-transition{ |
| | | position:fixed; |
| | | bottom:vww(80)!important; |
| | | right:vww(20)!important; |
| | | } |
| | | } |
| | | // 返回顶部 |
| | | .back-top-container { |
| | | .u-transition { |
| | | position: fixed; |
| | | bottom: vww(80) !important; |
| | | right: vww(20) !important; |
| | | } |
| | | } |
| | | |
| | | // 底部 |
| | | .bottomTabbar { |