wjt
2024-06-20 a81784463f06d04e3b94b6ae6b03f12927973808
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'
            })
         }
      }
   }