Commit 7ebe6efc authored by gengchunlei's avatar gengchunlei

居民端小程序 复筛详情调整

parent 7e83d0e1
......@@ -4,7 +4,7 @@
<span @click="onBack" class="text-12 back-bt">
<doc-icon type="doc-left2" />
</span>
<span>筛查详情</span>
<span>高危筛查详情</span>
</div>
<div class="px-4 py-3 flex shrink-0 base-info">
<div class="flex w-full">
......
......@@ -161,7 +161,7 @@ export default {
let par = {}
let path = ``
if (item.serveType == 5) {
path = `/visit/GeneralFUDetail/${item.relationId}`
path = `GeneralFUDetail/${item.relationId}`
}
if (item.serveType == 3 || item.serveType == 4){
......
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