346149741
2024-06-20 3b29e9873e1d529227e1f4a909d5cbef01d2519a
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'
            })
         }
      }
   }