Commit 4dfbfbc9 authored by miaojiale's avatar miaojiale

新增驳回消息跳转

parent 278de474
...@@ -368,6 +368,8 @@ export default { ...@@ -368,6 +368,8 @@ export default {
goSearch(title) { goSearch(title) {
if (title == "筛查") { if (title == "筛查") {
this.$router.push("/screening/index?checkStatus=2") this.$router.push("/screening/index?checkStatus=2")
} else if (title == "随访") {
this.$router.push("/followupquery?checkStatus=2")
} }
this.autoFlag = false this.autoFlag = false
}, },
...@@ -694,6 +696,9 @@ export default { ...@@ -694,6 +696,9 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
&:first-child {
margin-right: 20px;
}
.title { .title {
font-size: 16px; font-size: 16px;
margin: 16px 0; margin: 16px 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment