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
ea6cd8be
Commit
ea6cd8be
authored
Dec 10, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'chronic-dev' of
http://gitlab.yiboshi.com/nightkis1995/frontend-h5
into chronic-dev
Conflicts: src/doctor/Doctor.vue
parents
51f4690f
16a67d9a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
PatientDetail.vue
src/doctor/patientDetail/PatientDetail.vue
+2
-2
Search.vue
src/doctor/search/Search.vue
+1
-1
Workbench.vue
src/doctor/workbench/Workbench.vue
+3
-3
Work.vue
src/doctor/workbench/tables/Work.vue
+2
-2
No files found.
src/doctor/patientDetail/PatientDetail.vue
View file @
ea6cd8be
...
...
@@ -155,8 +155,8 @@ export default {
{
name
:
'筛查管理'
,
id
:
'SCREENING'
},
...
diseaseList
.
filter
(
e
=>
this
.
chronicTagsArray
.
includes
(
e
.
code
)),
{
name
:
'通用随访'
,
id
:
'CURRENCY'
},
{
name
:
'转诊记录'
,
id
:
'REFERRAL'
},
{
name
:
'会诊记录'
,
id
:
'CONSULTATION'
}
//
{ name: '转诊记录', id: 'REFERRAL' },
//
{ name: '会诊记录', id: 'CONSULTATION' }
]
return
result
},
...
...
src/doctor/search/Search.vue
View file @
ea6cd8be
...
...
@@ -40,7 +40,7 @@
<div
class=
"pt-2"
v-if=
"state === 2"
>
<div
class=
"text-12"
style=
"color: #8c8c8c"
>
查找结果:
</div>
<div
class=
"card"
>
<div
class=
"card"
v-if=
"result.id"
>
<!-- v-if="result.chronicTagsArrayName || result.firstScreenResult || result.highTagsArray" -->
<div
class=
"py-3"
>
<span
class=
"text-16 font-semibold mr-3"
>
{{
result
.
residentName
}}
</span>
...
...
src/doctor/workbench/Workbench.vue
View file @
ea6cd8be
...
...
@@ -66,10 +66,10 @@ export default {
configTab
:
[
{
key
:
'work'
,
component
:
'TableWork'
,
name
:
'工作记录'
},
{
key
:
'visit'
,
component
:
'TableVisit'
,
name
:
'慢病待随访'
},
{
key
:
'receive'
,
component
:
'TableReceive'
,
name
:
'待接诊居民'
},
//
{ key: 'receive', component: 'TableReceive', name: '待接诊居民' },
// { key: 'screenRecord', component: 'TableScreenRecord', name: '当年待筛查记录' },
{
key
:
'firstScreen'
,
component
:
'TableFirstScreen'
,
name
:
'初筛高危待筛查'
},
{
key
:
'highRisk'
,
component
:
'TableHighRisk'
,
name
:
'高危待诊断'
}
//
{ key: 'firstScreen', component: 'TableFirstScreen', name: '初筛高危待筛查' },
//
{ key: 'highRisk', component: 'TableHighRisk', name: '高危待诊断' }
],
tabActive
:{},
configName
:
'慢病APP个性化配置'
,
...
...
src/doctor/workbench/tables/Work.vue
View file @
ea6cd8be
...
...
@@ -71,7 +71,7 @@
</
template
>
</van-field>
<div
class=
"my-3"
>
居民姓名
</div>
<van-field
v-model=
"form.
pati
entName"
placeholder=
"输入居民姓名"
maxlength=
"100"
clearable
<van-field
v-model=
"form.
resid
entName"
placeholder=
"输入居民姓名"
maxlength=
"100"
clearable
class=
"doc-input"
/>
<div
class=
"my-3"
>
服务日期
</div>
<div
class=
"flex items-center"
>
...
...
@@ -120,7 +120,7 @@ const DefaultForm = {
// 服务日期-开始日期
endDate
:
undefined
,
// 姓名
pati
entName
:
undefined
,
resid
entName
:
undefined
,
// 身份证号
idCard
:
undefined
}
...
...
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