Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
md-vue-chc
Project
Project
Details
Activity
Releases
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
何鹏程
md-vue-chc
Commits
da3eed61
Commit
da3eed61
authored
Aug 25, 2021
by
何鹏程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改患者列表
parent
b0787e19
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
13 deletions
+16
-13
index.vue
src/page/hospital/index.vue
+16
-13
No files found.
src/page/hospital/index.vue
View file @
da3eed61
...
...
@@ -134,7 +134,7 @@ export default {
},
{
name
:
'性别'
,
key
:
'
createUserName
'
,
key
:
'
sex
'
,
sortable
:
false
,
width
:
'80'
,
fixed
:
false
,
...
...
@@ -144,49 +144,52 @@ export default {
},
{
name
:
'身份证号'
,
key
:
'
operateType
'
,
key
:
'
identityNumber
'
,
sortable
:
false
,
width
:
'
20
0'
,
width
:
'
18
0'
,
fixed
:
false
},
{
name
:
'120急救申请时间'
,
key
:
'
requestUri
'
,
key
:
'
firstAidApplicationTime
'
,
sortable
:
false
,
width
:
'
1
00'
,
width
:
'
2
00'
,
fixed
:
false
},
{
name
:
'车牌号'
,
key
:
'
requestUri
'
,
key
:
'
licensePlateNumber
'
,
sortable
:
false
,
width
:
'100'
,
fixed
:
false
},
{
name
:
'申请机构'
,
key
:
'
requestUri
'
,
key
:
'
applicant
'
,
sortable
:
false
,
width
:
'100'
,
fixed
:
false
},
{
name
:
'接诊医院'
,
key
:
'
requestUri
'
,
key
:
'
clinicalHospital
'
,
sortable
:
false
,
width
:
'100'
,
fixed
:
false
},
{
name
:
'请求绿道'
,
key
:
'
requestUri
'
,
key
:
'
patientType
'
,
sortable
:
false
,
width
:
'100'
,
fixed
:
false
fixed
:
false
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
[
''
,
'胸痛中心'
,
'卒中中心'
,
'创伤中心'
,
'烧伤中心'
][
cellValue
]
||
''
}
},
{
name
:
'院前诊断'
,
key
:
'
requestUri
'
,
key
:
'
preHospitalDiagnosis
'
,
sortable
:
false
,
width
:
'100'
,
fixed
:
false
...
...
@@ -209,12 +212,12 @@ export default {
getTableData
()
{
this
.
tableData
.
loading
=
true
const
params
=
{
operateType
:
this
.
searchForm
.
operate
Type
,
patientType
:
this
.
searchForm
.
patient
Type
,
pageNo
:
this
.
pageNum
,
pageSize
:
this
.
pageSize
}
if
(
this
.
searchForm
.
time
&&
this
.
searchForm
.
time
.
length
===
2
)
{
params
.
createT
ime
=
this
.
searchForm
.
time
[
0
]
+
"_"
+
this
.
searchForm
.
time
[
1
]
params
.
t
ime
=
this
.
searchForm
.
time
[
0
]
+
"_"
+
this
.
searchForm
.
time
[
1
]
}
queryIntegrationList
(
params
).
then
((
res
)
=>
{
if
(
res
.
msg
==
201
)
{
...
...
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