Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
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
刘怀志
pet-business-web
Commits
440e4669
Commit
440e4669
authored
Sep 15, 2023
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
住院对齐
parent
aace702d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
hospitalization-details.vue
...nt/hospitalization-management/hospitalization-details.vue
+4
-4
No files found.
src/views/service-management/hospitalization-management/hospitalization-details.vue
View file @
440e4669
...
...
@@ -331,7 +331,7 @@
</div>
</div>
<div
style=
"padding: 20px;"
>
<div
style=
"padding: 20px
0 20px 20px
;"
>
<el-table
:data=
"hosDetailBos"
style=
"cursor: pointer;"
>
<el-table-column
label=
"病房类型"
align=
"left"
prop=
"wardType"
>
<template
slot-scope=
"scope"
>
...
...
@@ -376,7 +376,7 @@
<
/div
>
<
/div
>
<
div
style
=
"padding: 30px
20px 30px 20
px;"
>
<
div
style
=
"padding: 30px
0px 30px 16
px;"
>
<
el
-
table
:
data
=
"finTradeHis"
style
=
"cursor: pointer;"
>
<
el
-
table
-
column
label
=
"时间"
align
=
"left"
prop
=
"createTime"
/>
<
el
-
table
-
column
label
=
"金额"
align
=
"left"
prop
=
"paymentAmount"
>
...
...
@@ -399,7 +399,7 @@
<
/el-table
>
<
/div
>
<
div
v
-
if
=
"detailInfo.status<4"
>
<
div
v
-
if
=
"detailInfo.status<4"
style
=
"margin-left: -1rem;padding-left: 16px;"
>
<
el
-
button
v
-
show
=
"detailInfo.status==='2'||detailInfo.status==='0'"
v
-
hasPermi
=
"['business:hospital:edit']"
class
=
"fourWordsBtn"
icon
=
"el-icon-check"
@
click
=
"handAdmission"
>
办理入院
<
/el-button
>
<
el
-
button
v
-
show
=
"detailInfo.status==='3'"
v
-
hasPermi
=
"['business:hospital:edit']"
class
=
"fourWordsBtn"
icon
=
"el-icon-check"
@
click
=
"handDisCharge"
>
办理出院
<
/el-button
>
<
el
-
button
v
-
show
=
"detailInfo.status==='3'"
v
-
hasPermi
=
"['business:hospital:edit']"
class
=
"fourWordsBtn"
icon
=
"el-icon-check"
@
click
=
"changeWard"
>
变更病房
<
/el-button
>
...
...
@@ -407,7 +407,7 @@
<
el
-
button
class
=
"fourWordswhiteBtn"
icon
=
"el-icon-back"
@
click
=
"goBack"
>
返
回
<
/el-button
>
<
/div
>
<
div
v
-
else
style
=
"padding-left:
20px
"
>
<
div
v
-
else
style
=
"padding-left:
16px;
"
>
<
el
-
button
class
=
"fourWordswhiteBtn"
icon
=
"el-icon-document-remove"
disabled
>
查看入院单
<
/el-button
>
<
el
-
button
class
=
"fourWordswhiteBtn"
icon
=
"el-icon-document-remove"
disabled
>
查看出院单
<
/el-button
>
<
el
-
button
class
=
"fourWordswhiteBtn"
icon
=
"el-icon-back"
@
click
=
"goBack"
>
返
回
<
/el-button
>
...
...
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