| | |
| | | <view class="policy-list"> |
| | | <u-button @click="applyPulicy">执法申请</u-button> |
| | | <u-button v-if="isJudge">执法审批</u-button> |
| | | <u-button>执法结果上报</u-button> |
| | | <u-button @click="report">执法结果上报</u-button> |
| | | <u-button>记录查询</u-button> |
| | | <u-button>数据看板</u-button> |
| | | <u-button @click="goDataLook">数据看板</u-button> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | uni.navigateTo({ |
| | | url: '/policy/policyApply/policyApply' |
| | | }) |
| | | }, |
| | | goDataLook() { |
| | | uni.navigateTo({ |
| | | url: '/policy/dataLook/dataLook' |
| | | }) |
| | | }, |
| | | report() { |
| | | uni.navigateTo({ |
| | | url: '/policy/reportPage/reportPage' |
| | | }) |
| | | } |
| | | } |
| | | } |