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
48b5783d
Commit
48b5783d
authored
Dec 10, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作台查询修改
parent
1ba64b36
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Doctor.vue
src/doctor/Doctor.vue
+1
-1
PatientDetail.vue
src/doctor/patientDetail/PatientDetail.vue
+2
-2
Workbench.vue
src/doctor/workbench/Workbench.vue
+3
-3
Work.vue
src/doctor/workbench/tables/Work.vue
+2
-2
No files found.
src/doctor/Doctor.vue
View file @
48b5783d
...
@@ -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
=
'
a099ecac-25e2-4dfc-bce8-8e54424e937d
'
token
=
'
408e2f8e-61e7-4302-b537-ac130c52a7e8
'
}
}
}
}
if
(
token
)
{
if
(
token
)
{
...
...
src/doctor/patientDetail/PatientDetail.vue
View file @
48b5783d
...
@@ -155,8 +155,8 @@ export default {
...
@@ -155,8 +155,8 @@ export default {
{
name
:
'筛查管理'
,
id
:
'SCREENING'
},
{
name
:
'筛查管理'
,
id
:
'SCREENING'
},
...
diseaseList
.
filter
(
e
=>
this
.
chronicTagsArray
.
includes
(
e
.
code
)),
...
diseaseList
.
filter
(
e
=>
this
.
chronicTagsArray
.
includes
(
e
.
code
)),
{
name
:
'通用随访'
,
id
:
'CURRENCY'
},
{
name
:
'通用随访'
,
id
:
'CURRENCY'
},
{
name
:
'转诊记录'
,
id
:
'REFERRAL'
},
//
{ name: '转诊记录', id: 'REFERRAL' },
{
name
:
'会诊记录'
,
id
:
'CONSULTATION'
}
//
{ name: '会诊记录', id: 'CONSULTATION' }
]
]
return
result
return
result
},
},
...
...
src/doctor/workbench/Workbench.vue
View file @
48b5783d
...
@@ -66,10 +66,10 @@ export default {
...
@@ -66,10 +66,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个性化配置'
,
...
...
src/doctor/workbench/tables/Work.vue
View file @
48b5783d
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
</
template
>
</
template
>
</van-field>
</van-field>
<div
class=
"my-3"
>
居民姓名
</div>
<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"
/>
class=
"doc-input"
/>
<div
class=
"my-3"
>
服务日期
</div>
<div
class=
"my-3"
>
服务日期
</div>
<div
class=
"flex items-center"
>
<div
class=
"flex items-center"
>
...
@@ -120,7 +120,7 @@ const DefaultForm = {
...
@@ -120,7 +120,7 @@ const DefaultForm = {
// 服务日期-开始日期
// 服务日期-开始日期
endDate
:
undefined
,
endDate
:
undefined
,
// 姓名
// 姓名
pati
entName
:
undefined
,
resid
entName
:
undefined
,
// 身份证号
// 身份证号
idCard
:
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