| | |
| | | <!-- 状态栏占位 --> |
| | | <view class="statusBar" :style="{ paddingTop: statusBarHeight + 'px' }"></view> |
| | | <!-- 真正的导航栏内容 --> |
| | | <view class="navBar" > |
| | | <view class="barText">工作通知审核</view> |
| | | <view style="display: flex; flex-direction: column;" > |
| | | <view class="navBar"> |
| | | <u-icon style=" margin-left: -25px;" name="arrow-left" color="black" size="17" @click="goBack" /> |
| | | <view class="barText">工作通知审核</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- 页面内容 --> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <tabBar :currentPagePath="page"></tabBar> |
| | | <!-- <tabBar :currentPagePath="page"></tabBar> --> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | import {getExamine} from '../../../api/examine.js' |
| | | export default { |
| | | components:{ |
| | | tabBar |
| | | // tabBar |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | this.getExanineList(); |
| | | }, |
| | | methods: { |
| | | goBack() { |
| | | console.log("1111") |
| | | uni.switchTab({ |
| | | url:'/pages/tabBar/firstPage/firstPage' |
| | | }); |
| | | }, |
| | | getExanineList() { |
| | | this.data.searchParams.reviewStatus = this.isReadOnly ? 1 : null; |
| | | this.data.searchParams.emergType = this.checked ? 1 : null; |
| | |
| | | } |
| | | .navBarBox .navBar { |
| | | background-color:lightgrey; |
| | | height: 25px; |
| | | height: 45px; |
| | | display: flex; |
| | | flex-direction: row; |
| | | justify-content: center; |