Commit d05585bb authored by songrui's avatar songrui

筛查、诊断相关入口修改

parent d6df1b50
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = '5f27c2c3-721c-45f8-adb9-39652234e21c' token = '10757dc5-8d19-4f8e-9c66-ea55fcc45844'
} }
} }
if (token) { if (token) {
......
<template>
<div class="h-full flex flex-col diagnose-dtail">
<DocNavBar title="诊断详情" class="shrink-0"></DocNavBar>
</div>
</template>
<script>
import DocNavBar from '@/doctor/components/docNavBar/DocNavBar.vue'
export default {
components: {
DocNavBar
}
}
</script>
<style lang="less" scoped>
</style>
<template>
<div class="h-full flex flex-col diagnose-form">
<DocNavBar title="新增慢病诊断" class="shrink-0"></DocNavBar>
</div>
</template>
<script>
import DocNavBar from '@/doctor/components/docNavBar/DocNavBar.vue'
export default {
components: {
DocNavBar
}
}
</script>
<style lang="less" scoped>
</style>
...@@ -71,7 +71,6 @@ ...@@ -71,7 +71,6 @@
<van-popup <van-popup
v-model:show="addVisible" v-model:show="addVisible"
position="bottom" position="bottom"
:style="{ height: '30%' }"
> >
<div class="popup-bottom-panel"> <div class="popup-bottom-panel">
<div class="p-4 text-16 flex items-center justify-between" <div class="p-4 text-16 flex items-center justify-between"
...@@ -83,7 +82,7 @@ ...@@ -83,7 +82,7 @@
<div class="p-4"> <div class="p-4">
<CheckBtn :options="addOptions" activeStyleNone <CheckBtn :options="addOptions" activeStyleNone
@change="onAddChange" column-1 /> @change="onAddChange" column-1 />
<div class="pb-4"></div> <div class="pb-5"></div>
</div> </div>
</div> </div>
</van-popup> </van-popup>
...@@ -127,7 +126,11 @@ export default { ...@@ -127,7 +126,11 @@ export default {
// 新增弹窗 // 新增弹窗
addVisible: false, addVisible: false,
addOptions: [ addOptions: [
{ name: '新增通用随访', value: 1, path: '/doctor/followUp/generalFU/add' } { name: '新增主要慢病高危筛查', value: 1, path: '/doctor/screening/firstForm' },
{ name: '新增专病高危筛查', value: 2, path: '/doctor/screening/secondForm' },
{ name: '新增慢病诊断', value: 3, path: '/doctor/diagnose/form' },
{ name: '新增通用随访', value: 4, path: '/doctor/followUp/generalFU/add' },
] ]
} }
}, },
......
<template>
<div class="h-full flex flex-col screening-first">
<DocNavBar title="新增主要慢病高危筛查" class="shrink-0"></DocNavBar>
</div>
</template>
<script>
import DocNavBar from '@/doctor/components/docNavBar/DocNavBar.vue'
export default {
components: {
DocNavBar
}
}
</script>
<style lang="less" scoped>
</style>
<template>
<div class="h-full flex flex-col screening-second">
<DocNavBar title="新增专病高危筛查" class="shrink-0"></DocNavBar>
</div>
</template>
<script>
import DocNavBar from '@/doctor/components/docNavBar/DocNavBar.vue'
export default {
components: {
DocNavBar
}
}
</script>
<style lang="less" scoped>
</style>
...@@ -67,10 +67,10 @@ export default { ...@@ -67,10 +67,10 @@ export default {
configTab: [ configTab: [
{ key: 'work', component: 'TableWork', name: '工作记录' }, { key: 'work', component: 'TableWork', name: '工作记录' },
{ key: 'visit', component: 'TableVisit', name: '慢病待随访' }, { key: 'visit', component: 'TableVisit', name: '慢病待随访' },
// { key: 'receive', component: 'TableReceive', name: '待接诊居民' }, { key: 'receive', component: 'TableReceive', name: '待接诊居民' },
// { key: 'screenRecord', component: 'TableScreenRecord', name: '当年待筛查记录' }, // { key: 'screenRecord', component: 'TableScreenRecord', name: '当年待筛查记录' },
// { key: 'firstScreen', component: 'TableFirstScreen', name: '初筛高危待筛查' }, { key: 'firstScreen', component: 'TableFirstScreen', name: '初筛高危待筛查' },
// { key: 'highRisk', component: 'TableHighRisk', name: '高危待诊断' } { key: 'highRisk', component: 'TableHighRisk', name: '高危待诊断' }
], ],
tabActive:{}, tabActive:{},
configName: '慢病APP个性化配置', configName: '慢病APP个性化配置',
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<div class="divider my-3"></div> <div class="divider my-3"></div>
<div class="bt-group"> <div class="bt-group">
<van-button round size="small" class="doc-btn-primary" @click="toDetail(item)">详情</van-button> <van-button round size="small" class="doc-btn-primary" @click="toDetail(item)">详情</van-button>
<!-- <van-button round size="small" class="doc-btn-primary" @click="toDetail(item)">复筛</van-button> --> <van-button round size="small" class="doc-btn-primary" @click="toDetail(item)">复筛</van-button>
<van-button round size="small" class="doc-btn-primary" @click="onIgnore(item)">忽略</van-button> <van-button round size="small" class="doc-btn-primary" @click="onIgnore(item)">忽略</van-button>
</div> </div>
</div> </div>
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<div class="divider my-3"></div> <div class="divider my-3"></div>
<div class="bt-group"> <div class="bt-group">
<van-button round size="small" class="doc-btn-primary" @click="toDetail(item)">详情</van-button> <van-button round size="small" class="doc-btn-primary" @click="toDetail(item)">详情</van-button>
<!-- <van-button round size="small" class="doc-btn-primary" @click='toDetail(item)'>诊断</van-button> --> <van-button round size="small" class="doc-btn-primary" @click='toDetail(item)'>诊断</van-button>
<van-button round size="small" class="doc-btn-primary" @click="onIgnore(item)">忽略</van-button> <van-button round size="small" class="doc-btn-primary" @click="onIgnore(item)">忽略</van-button>
</div> </div>
</div> </div>
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<div class="divider my-3"></div> <div class="divider my-3"></div>
<div class="bt-group"> <div class="bt-group">
<van-button round size="small" class="doc-btn-primary" @click="toDetail(item)">详情</van-button> <van-button round size="small" class="doc-btn-primary" @click="toDetail(item)">详情</van-button>
<!-- <van-button round size="small" class="doc-btn-primary" @click="toDetail(item)">接诊</van-button> --> <van-button round size="small" class="doc-btn-primary" @click="toDetail(item)">接诊</van-button>
<van-button round size="small" class="doc-btn-primary" @click="onIgnore(item)">忽略</van-button> <van-button round size="small" class="doc-btn-primary" @click="onIgnore(item)">忽略</van-button>
</div> </div>
</div> </div>
......
...@@ -60,11 +60,21 @@ const routes = [ ...@@ -60,11 +60,21 @@ const routes = [
name: 'doctor-archives-form', name: 'doctor-archives-form',
component: () => import(/* webpackChunkName: "doctor" */ '@/doctor/archives/form/BaseInfo.vue') component: () => import(/* webpackChunkName: "doctor" */ '@/doctor/archives/form/BaseInfo.vue')
}, },
{
path: 'screening/firstForm',
name: 'screening-first-form',
component: () => import(/* webpackChunkName: "doctor" */ '@/doctor/screening/first/FristForm.vue')
},
{ {
path: 'screening/firstDetail', path: 'screening/firstDetail',
name: 'screening-firstDetail', name: 'screening-firstDetail',
component: () => import(/* webpackChunkName: "doctor" */ '@/doctor/screening/detail/FirstDetail.vue') component: () => import(/* webpackChunkName: "doctor" */ '@/doctor/screening/detail/FirstDetail.vue')
}, },
{
path: 'screening/secondForm',
name: 'screening-second-form',
component: () => import(/* webpackChunkName: "doctor" */ '@/doctor/screening/second/SecondForm.vue')
},
{ {
path: 'screening/secondDetail', path: 'screening/secondDetail',
name: 'screening-secondDetail', name: 'screening-secondDetail',
...@@ -80,6 +90,16 @@ const routes = [ ...@@ -80,6 +90,16 @@ const routes = [
name: 'followUp-generalFU-add', name: 'followUp-generalFU-add',
component: () => import(/* webpackChunkName: "doctor" */ '@/doctor/followUp/generalFU/form/Index') component: () => import(/* webpackChunkName: "doctor" */ '@/doctor/followUp/generalFU/form/Index')
}, },
{
path: 'diagnose/form',
name: 'diagnose-form',
component: () => import(/* webpackChunkName: "doctor" */ '@/doctor/diagnose/form/DiagnoseForm.vue')
},
{
path: 'diagnose/detail',
name: 'diagnose-detail',
component: () => import(/* webpackChunkName: "doctor" */ '@/doctor/diagnose/detail/DiagnoseDtail.vue')
}
] ]
}, },
{ {
......
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