diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 8a5cf953e80e60d7c5946d57a127168170ad8192..2d8e2b24475b8abbb7afc769a94420f9cb9533ae 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;