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
2fd993b3
Commit
2fd993b3
authored
Dec 05, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表查询修改
parent
823f8f06
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
9 deletions
+18
-9
Doctor.vue
src/doctor/Doctor.vue
+1
-1
PatientDetail.vue
src/doctor/patientDetail/PatientDetail.vue
+6
-6
List.vue
src/doctor/patientDetail/components/disease/List.vue
+5
-1
Visit.vue
src/doctor/patientDetail/components/disease/Visit.vue
+5
-0
Work.vue
src/doctor/workbench/tables/Work.vue
+1
-1
No files found.
src/doctor/Doctor.vue
View file @
2fd993b3
...
...
@@ -52,7 +52,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
33ba1a56-770a-4fc4-83c7-68e1dc0abb15
'
token
=
'
faaa4626-dea4-43ab-98ba-ca1c200e1736
'
}
}
if
(
token
)
{
...
...
src/doctor/patientDetail/PatientDetail.vue
View file @
2fd993b3
...
...
@@ -140,12 +140,12 @@ export default {
tabList
()
{
const
diseaseList
=
[
{
name
:
'高血压'
,
value
:
1
,
code
:
'1'
,
id
:
'HYPERTENSION'
},
{
name
:
'糖尿病'
,
value
:
3
,
code
:
'2'
,
id
:
'DIABETE'
},
{
name
:
'冠心病'
,
value
:
4
,
code
:
'4'
,
id
:
'COPD'
},
{
name
:
'脑卒中'
,
value
:
5
,
code
:
'8'
,
id
:
'STROKE'
},
{
name
:
'慢性阻塞性疾病'
,
value
:
6
,
code
:
'16'
,
id
:
'NEPHROPATHY'
},
{
name
:
'慢性肾病'
,
value
:
7
,
code
:
'32'
,
id
:
'KIDNEY'
},
{
name
:
'血脂异常'
,
value
:
8
,
code
:
'64'
,
id
:
'DYSLIPEMIA'
}
{
name
:
'糖尿病'
,
value
:
2
,
code
:
'2'
,
id
:
'DIABETE'
},
{
name
:
'冠心病'
,
value
:
3
,
code
:
'4'
,
id
:
'COPD'
},
{
name
:
'脑卒中'
,
value
:
4
,
code
:
'8'
,
id
:
'STROKE'
},
{
name
:
'慢性阻塞性疾病'
,
value
:
5
,
code
:
'16'
,
id
:
'NEPHROPATHY'
},
{
name
:
'慢性肾病'
,
value
:
6
,
code
:
'32'
,
id
:
'KIDNEY'
},
{
name
:
'血脂异常'
,
value
:
7
,
code
:
'64'
,
id
:
'DYSLIPEMIA'
}
]
const
result
=
[
{
name
:
'筛查管理'
,
id
:
'SCREENING'
},
...
...
src/doctor/patientDetail/components/disease/List.vue
View file @
2fd993b3
...
...
@@ -194,7 +194,11 @@ export default {
delBtn
()
{
}
},
watch
:
{
diseaseType
()
{
this
.
load
()
}
}
}
</
script
>
...
...
src/doctor/patientDetail/components/disease/Visit.vue
View file @
2fd993b3
...
...
@@ -158,6 +158,11 @@ export default {
delBtn
()
{
}
},
watch
:
{
diseaseType
()
{
this
.
load
()
}
}
}
</
script
>
...
...
src/doctor/workbench/tables/Work.vue
View file @
2fd993b3
...
...
@@ -84,7 +84,7 @@
@
click=
"() => { dateShow = true, dateMark = 2 }"
/>
</div>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
>
<van-date-picker
@
confirm=
"onDateConfirm"
@
cancel=
"dateShow = false"
/>
<van-date-picker
@
confirm=
"onDateConfirm"
@
cancel=
"dateShow = false"
/>
</van-popup>
<div
class=
"my-3"
>
数据来源
</div>
<CheckBtn
:options=
"store.getDict('CP00124')"
v-model:value=
"form.source"
column-3
...
...
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