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
e44119f7
Commit
e44119f7
authored
Sep 08, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2K - UI
parent
42c1a2c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
treatment-detail.vue
...vice-management/treatment-management/treatment-detail.vue
+8
-8
treatment-management.vue
...-management/treatment-management/treatment-management.vue
+2
-2
No files found.
src/views/service-management/treatment-management/treatment-detail.vue
View file @
e44119f7
...
...
@@ -416,14 +416,14 @@
</el-form>
<div
style=
"margin: 10px 0 30px 28px;"
>
<el-button
style=
"width:
98px;height: 32px
;"
icon=
"el-icon-back"
class=
"resetBtn"
@
click=
"goBack"
>
返 回
</el-button>
<el-button
style=
"width:
5.8rem;height: 1.9rem
;"
icon=
"el-icon-back"
class=
"resetBtn"
@
click=
"goBack"
>
返 回
</el-button>
</div>
<!-- 分配诊室对话框 -->
<el-dialog
title=
"分配诊室"
:visible
.
sync=
"open"
width=
"
950px
"
width=
"
61rem
"
append-to-body
:close-on-press-escape=
"false"
:close-on-click-modal=
"false"
...
...
@@ -541,7 +541,7 @@
:
picker
-
options
=
"pickerOptions"
:
disabled
-
date
=
"disabledDate"
placeholder
=
"请选择治疗日期"
style
=
"width: 1
90px
;"
style
=
"width: 1
1.8rem
;"
/>
<
/el-form-item
>
<
/el-col
>
...
...
@@ -552,7 +552,7 @@
clearable
placeholder
=
"请选择治疗操作人"
value
-
key
=
"id"
style
=
"width: 1
90px
;"
style
=
"width: 1
1.8rem
;"
@
change
=
"getuserName"
>
<
el
-
option
...
...
@@ -578,7 +578,7 @@
<
/el-col
>
<
el
-
col
:
span
=
"8"
>
<
el
-
form
-
item
label
=
"治疗时长"
prop
=
"duration"
>
<
el
-
select
v
-
model
=
"reservationForm.duration"
style
=
"width: 1
90px
;"
placeholder
=
"请选择治疗时长"
@
change
=
"calculateEndTime"
>
<
el
-
select
v
-
model
=
"reservationForm.duration"
style
=
"width: 1
1.8rem
;"
placeholder
=
"请选择治疗时长"
@
change
=
"calculateEndTime"
>
<
el
-
option
v
-
for
=
"option in durationOptions"
:
key
=
"option"
...
...
@@ -590,15 +590,15 @@
<
/el-col
>
<
el
-
col
:
span
=
"8"
>
<
el
-
form
-
item
label
=
"结束时间"
>
<
el
-
input
v
-
model
=
" reservationForm.eTime"
:
disabled
=
"true"
style
=
"width: 1
90px
;"
/>
<
el
-
input
v
-
model
=
" reservationForm.eTime"
:
disabled
=
"true"
style
=
"width: 1
1.8rem
;"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
div
style
=
"padding-top: 20px;text-align: right"
>
<
el
-
button
style
=
"width:
98px;height: 32px
;"
class
=
"resetBtn"
@
click
=
"cancel"
>
返
回
<
el
-
button
style
=
"width:
5.8rem;height: 1.9rem
;"
class
=
"resetBtn"
@
click
=
"cancel"
>
返
回
<
/el-button
>
<
el
-
button
style
=
"width:
98px;height: 32px
;"
class
=
"queryBtn"
@
click
=
"submitForm"
>
<
el
-
button
style
=
"width:
5.8rem;height: 1.9rem
;"
class
=
"queryBtn"
@
click
=
"submitForm"
>
提交
<
/el-button
>
<
/div
>
...
...
src/views/service-management/treatment-management/treatment-management.vue
View file @
e44119f7
...
...
@@ -409,9 +409,9 @@
<
/el-row
>
<
el
-
row
>
<
div
style
=
"padding-top: 20px;text-align: right"
>
<
el
-
button
style
=
"width:
98px;height: 32px
;"
class
=
"resetBtn"
@
click
=
"cancel"
>
返
回
<
el
-
button
style
=
"width:
5.8rem;height: 1.9rem
;"
class
=
"resetBtn"
@
click
=
"cancel"
>
返
回
<
/el-button
>
<
el
-
button
style
=
"width:
98px;height: 32px
;"
class
=
"queryBtn"
@
click
=
"submitForm"
>
<
el
-
button
style
=
"width:
5.8rem;height: 1.9rem
;"
class
=
"queryBtn"
@
click
=
"submitForm"
>
提交
<
/el-button
>
<
/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