Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
fe700da7
Commit
fe700da7
authored
Dec 11, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医生端 查询修改
parent
009e5cf1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
Doctor.vue
src/doctor/Doctor.vue
+1
-1
PatientDetail.vue
src/doctor/patientDetail/PatientDetail.vue
+2
-1
Search.vue
src/doctor/search/Search.vue
+4
-5
No files found.
src/doctor/Doctor.vue
View file @
fe700da7
...
@@ -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-904d635439e
e'
token
=
'
b939e81a-6998-4bf4-978e-80ee691a564
e'
}
}
}
}
if
(
token
)
{
if
(
token
)
{
...
...
src/doctor/patientDetail/PatientDetail.vue
View file @
fe700da7
...
@@ -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"
...
...
src/doctor/search/Search.vue
View file @
fe700da7
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment