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
4c13c739
Commit
4c13c739
authored
Aug 16, 2023
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮在右边
parent
e7dcc4d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
assign-wards.vue
...nt/hospitalization-management/components/assign-wards.vue
+2
-2
handle-discharge.vue
...ospitalization-management/components/handle-discharge.vue
+1
-1
handling-admissions.vue
...italization-management/components/handling-admissions.vue
+1
-1
No files found.
src/views/service-management/hospitalization-management/components/assign-wards.vue
View file @
4c13c739
<
template
>
<
template
>
<el-dialog
<el-dialog
:close-on-click-modal=
"false"
:close-on-click-modal=
"false"
title=
"
详情
"
title=
"
变更病房
"
:visible
.
sync=
"isShow"
:visible
.
sync=
"isShow"
:before-close=
"closeModle"
:before-close=
"closeModle"
width=
"70%"
width=
"70%"
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
@
pagination=
"getWardList()"
@
pagination=
"getWardList()"
/>
/>
<div
style=
"padding: 20px"
>
<div
style=
"padding: 20px
;text-align: right;
"
>
<el-button
class=
"fourWordswhiteBtn"
@
click=
"goBack"
>
取 消
</el-button>
<el-button
class=
"fourWordswhiteBtn"
@
click=
"goBack"
>
取 消
</el-button>
<el-button
class=
"fourWordsBtn"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
class=
"fourWordsBtn"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</div>
...
...
src/views/service-management/hospitalization-management/components/handle-discharge.vue
View file @
4c13c739
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</el-form>
</el-form>
</div>
</div>
<div
style=
"padding: 20px"
>
<div
style=
"padding: 20px
;text-align: right;
"
>
<el-button
class=
"fourWordswhiteBtn"
@
click=
"goBack"
>
取 消
</el-button>
<el-button
class=
"fourWordswhiteBtn"
@
click=
"goBack"
>
取 消
</el-button>
<el-button
class=
"fourWordsBtn"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
class=
"fourWordsBtn"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</div>
...
...
src/views/service-management/hospitalization-management/components/handling-admissions.vue
View file @
4c13c739
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
@
pagination=
"getWardList()"
@
pagination=
"getWardList()"
/>
/>
<div
style=
"padding-left: 20px;padding-top: 20px;"
>
<div
style=
"padding-left: 20px;padding-top: 20px;
text-align: right;
"
>
<el-button
class=
"queryBtn"
icon=
"el-icon-check"
@
click=
"submitForm"
>
提交
</el-button>
<el-button
class=
"queryBtn"
icon=
"el-icon-check"
@
click=
"submitForm"
>
提交
</el-button>
<el-button
class=
"backBth"
icon=
"el-icon-back"
@
click=
"goBack"
>
返 回
</el-button>
<el-button
class=
"backBth"
icon=
"el-icon-back"
@
click=
"goBack"
>
返 回
</el-button>
</div>
</div>
...
...
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