Commit fe700da7 authored by songrui's avatar songrui

医生端 查询修改

parent 009e5cf1
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,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 = '258a6e32-5a53-4cf9-bc8b-904d635439ee' token = 'b939e81a-6998-4bf4-978e-80ee691a564e'
} }
} }
if (token) { if (token) {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</div> </div>
<div class="flex"> <div class="flex">
<span class="label shrink-0">人群标签</span> <span class="label shrink-0">人群标签</span>
<span class="grow">{{ residentInfo.groupsArraysName || '-' }}</span> <span class="grow text-wrap">{{ residentInfo.groupsArraysName || '-' }}</span>
</div> </div>
<div> <div>
<span class="label">联系电话</span> <span class="label">联系电话</span>
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
<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"
......
...@@ -61,9 +61,9 @@ ...@@ -61,9 +61,9 @@
<span>{{ result.highTagsArrayName || '-' }}</span> <span>{{ result.highTagsArrayName || '-' }}</span>
</div> --> </div> -->
<div class="flex mb-2"> <div class="flex mb-2">
<span class="shrink-0 label">慢病标签</span> <span class="shrink-0 label">人群标签</span>
<ChronicTag :list="result.chronicTagsArray"/> <!-- <chronic-tag :list="result.chronicTagsArray" /> -->
<!-- <span>{{ result.chronicTagsArrayName }}</span> --> <span class="grow text-wrap">{{ result.groupsArraysName }}</span>
</div> </div>
<div class="text-12 tip"> <div class="text-12 tip">
<div style="color: #A5AEBE;" >提示:</div> <div style="color: #A5AEBE;" >提示:</div>
...@@ -105,12 +105,11 @@ import { getResidentByPage } from '@/api/doctor/resident.js' ...@@ -105,12 +105,11 @@ import { getResidentByPage } from '@/api/doctor/resident.js'
import { validateIdCard } from '@/utils/commonReg.js' import { validateIdCard } from '@/utils/commonReg.js'
import { setLocalStorage, getLocalStorage } from '@/utils/common.js' import { setLocalStorage, getLocalStorage } from '@/utils/common.js'
import { showFailToast } from 'vant' import { showFailToast } from 'vant'
import ChronicTag from '@/doctor/components/chronicTag/ChronicTag.vue' // import ChronicTag from '@/doctor/components/chronicTag/ChronicTag.vue'
import IdCardScan from '@/doctor/components/idCardScan/IdCardScan.vue' import IdCardScan from '@/doctor/components/idCardScan/IdCardScan.vue'
export default { export default {
components: { components: {
ChronicTag,
IdCardScan IdCardScan
}, },
data() { data() {
......
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