policy/components/index.vue
@@ -22,7 +22,7 @@ <u-button @click="applyPulicy">执法申请</u-button> <u-button v-if="isJudge">执法审批</u-button> <u-button @click="report">执法结果上报</u-button> <u-button>记录查询</u-button> <u-button @click="applyRecord">记录查询</u-button> <u-button @click="goDataLook">数据看板</u-button> </view> </view> @@ -65,6 +65,11 @@ uni.navigateTo({ url: '/policy/reportPage/reportPage' }) }, applyRecord() { uni.navigateTo({ url: '/policy/applyRecord/applyRecord' }) } } }