From a81784463f06d04e3b94b6ae6b03f12927973808 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期四, 20 六月 2024 16:19:44 +0800 Subject: [PATCH] 申请记录页面 --- policy/components/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/policy/components/index.vue b/policy/components/index.vue index cf7193e..00c4bf3 100644 --- a/policy/components/index.vue +++ b/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' + }) } } } -- Gitblit v1.9.1