wjt
2024-06-20 a81784463f06d04e3b94b6ae6b03f12927973808
policy/components/index.vue
@@ -21,9 +21,9 @@
         <view class="policy-list">
            <u-button @click="applyPulicy">执法申请</u-button>
            <u-button v-if="isJudge">执法审批</u-button>
            <u-button>执法结果上报</u-button>
            <u-button>记录查询</u-button>
            <u-button>数据看板</u-button>
            <u-button @click="report">执法结果上报</u-button>
            <u-button @click="applyRecord">记录查询</u-button>
            <u-button @click="goDataLook">数据看板</u-button>
         </view>
      </view>
   </view>
@@ -55,6 +55,21 @@
            uni.navigateTo({
               url: '/policy/policyApply/policyApply'
            })
         },
         goDataLook() {
            uni.navigateTo({
               url: '/policy/dataLook/dataLook'
            })
         },
         report() {
            uni.navigateTo({
               url: '/policy/reportPage/reportPage'
            })
         },
         applyRecord() {
            uni.navigateTo({
               url: '/policy/applyRecord/applyRecord'
            })
         }
      }
   }