From 4dfbfbc9f682e68189dda82a4dcbed4a501d6930 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Fri, 12 May 2023 13:55:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A9=B3=E5=9B=9E=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 8a5cf95..2d8e2b2 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -368,6 +368,8 @@ export default { goSearch(title) { if (title == "筛查") { this.$router.push("/screening/index?checkStatus=2") + } else if (title == "随访") { + this.$router.push("/followupquery?checkStatus=2") } this.autoFlag = false }, @@ -694,6 +696,9 @@ export default { display: flex; flex-direction: column; align-items: center; + &:first-child { + margin-right: 20px; + } .title { font-size: 16px; margin: 16px 0; -- 2.22.0