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
9e283733
Commit
9e283733
authored
Sep 15, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug(67284) - 治疗管理 - 分配诊室
parent
98f51d27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
treatment-detail.vue
...vice-management/treatment-management/treatment-detail.vue
+5
-5
treatment-management.vue
...-management/treatment-management/treatment-management.vue
+4
-4
No files found.
src/views/service-management/treatment-management/treatment-detail.vue
View file @
9e283733
...
@@ -461,7 +461,7 @@
...
@@ -461,7 +461,7 @@
</div>
</div>
<el-form
:model=
"allocationForm"
label-width=
"4.3rem"
>
<el-form
:model=
"allocationForm"
label-width=
"4.3rem"
>
<el-row>
<el-row>
<el-col
:span=
"
12
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"诊室"
>
<el-form-item
label=
"诊室"
>
<el-select
<el-select
v-model=
"allocationForm.consultRoomIdList"
v-model=
"allocationForm.consultRoomIdList"
...
@@ -496,7 +496,7 @@
...
@@ -496,7 +496,7 @@
</el-form>
</el-form>
<el-table
<el-table
:data=
"appointmentRoomList"
:data=
"appointmentRoomList"
style=
"width: 9
4%;margin-left: 1.6
rem;"
style=
"width: 9
6.4%;margin-left: 1
rem;"
:header-cell-style=
"
{background:'#F4F4F4'}"
:header-cell-style=
"
{background:'#F4F4F4'}"
>
>
<el-table-column
prop=
"consulting_name"
align=
"left"
label=
"诊室名称"
:show-overflow-tooltip=
"true"
>
<el-table-column
prop=
"consulting_name"
align=
"left"
label=
"诊室名称"
:show-overflow-tooltip=
"true"
>
...
@@ -537,14 +537,14 @@
...
@@ -537,14 +537,14 @@
<!--
<
div
class
=
"tip1"
/>-->
<!--
<
div
class
=
"tip1"
/>-->
<!--
<
div
style
=
"padding-top: 3px;padding-left: 18px;font-size: 16px;font-weight: bold;color: #333333;"
>
添加预约
<
/div>--
>
<!--
<
div
style
=
"padding-top: 3px;padding-left: 18px;font-size: 16px;font-weight: bold;color: #333333;"
>
添加预约
<
/div>--
>
<!--
<
/div>--
>
<!--
<
/div>--
>
<
div
class
=
"title-paragraph-
treat
"
style
=
"margin-top: 30px;"
>
<
div
class
=
"title-paragraph-
dialogBox
"
style
=
"margin-top: 30px;"
>
<
span
class
=
"title-text"
>
添加预约
<
/span
>
<
span
class
=
"title-text"
>
添加预约
<
/span
>
<
/div
>
<
/div
>
<
el
-
form
<
el
-
form
ref
=
"useRecordForm"
ref
=
"useRecordForm"
:
model
=
"reservationForm"
:
model
=
"reservationForm"
:
rules
=
"useRecordrules"
:
rules
=
"useRecordrules"
label
-
width
=
"
6.6
rem"
label
-
width
=
"
5.8
rem"
>
>
<
el
-
row
>
<
el
-
row
>
<
el
-
col
:
span
=
"8"
>
<
el
-
col
:
span
=
"8"
>
...
@@ -1165,7 +1165,7 @@ export default {
...
@@ -1165,7 +1165,7 @@ export default {
<
style
scoped
lang
=
"scss"
>
<
style
scoped
lang
=
"scss"
>
.
title
-
paragraph
-
dialogBox
{
.
title
-
paragraph
-
dialogBox
{
margin
-
top
:
20
px
;
margin
-
top
:
20
px
;
margin
-
left
:
1
0
px
;
margin
-
left
:
0
px
;
margin
-
bottom
:
30
px
;
margin
-
bottom
:
30
px
;
border
-
left
:
3
px
solid
#
5
FB54B
;
border
-
left
:
3
px
solid
#
5
FB54B
;
border
-
bottom
:
24
px
;
border
-
bottom
:
24
px
;
...
...
src/views/service-management/treatment-management/treatment-management.vue
View file @
9e283733
...
@@ -253,7 +253,7 @@
...
@@ -253,7 +253,7 @@
<
/div
>
<
/div
>
<
el
-
form
:
model
=
"allocationForm"
label
-
width
=
"auto"
>
<
el
-
form
:
model
=
"allocationForm"
label
-
width
=
"auto"
>
<
el
-
row
>
<
el
-
row
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
form
-
item
label
=
"诊室"
>
<
el
-
form
-
item
label
=
"诊室"
>
<
el
-
select
<
el
-
select
v
-
model
=
"allocationForm.consultRoomIdList"
v
-
model
=
"allocationForm.consultRoomIdList"
...
@@ -288,7 +288,7 @@
...
@@ -288,7 +288,7 @@
<
/el-form
>
<
/el-form
>
<
el
-
table
<
el
-
table
:
data
=
"appointmentRoomList"
:
data
=
"appointmentRoomList"
style
=
"width: 9
4.2%;margin-left: 1.7
rem;"
style
=
"width: 9
6%;margin-left: 1
rem;"
:
header
-
cell
-
style
=
"{background:'#F4F4F4'
}
"
:
header
-
cell
-
style
=
"{background:'#F4F4F4'
}
"
>
>
<
el
-
table
-
column
prop
=
"consulting_name"
align
=
"left"
label
=
"诊室名称"
:
show
-
overflow
-
tooltip
=
"true"
>
<
el
-
table
-
column
prop
=
"consulting_name"
align
=
"left"
label
=
"诊室名称"
:
show
-
overflow
-
tooltip
=
"true"
>
...
@@ -328,7 +328,7 @@
...
@@ -328,7 +328,7 @@
<
div
class
=
"title-paragraph-dialog"
style
=
"margin-top: 1.95rem;"
>
<
div
class
=
"title-paragraph-dialog"
style
=
"margin-top: 1.95rem;"
>
<
div
class
=
"title-text"
>
添加预约
<
/div
>
<
div
class
=
"title-text"
>
添加预约
<
/div
>
<
/div
>
<
/div
>
<
el
-
form
ref
=
"useRecordForm"
:
model
=
"reservationForm"
:
rules
=
"useRecordrules"
label
-
width
=
"
6.5
rem"
class
=
"useRecordForm"
>
<
el
-
form
ref
=
"useRecordForm"
:
model
=
"reservationForm"
:
rules
=
"useRecordrules"
label
-
width
=
"
5.8
rem"
class
=
"useRecordForm"
>
<
el
-
row
>
<
el
-
row
>
<
el
-
col
:
span
=
"8"
>
<
el
-
col
:
span
=
"8"
>
<
el
-
form
-
item
label
=
"诊室"
prop
=
"consultRoomName"
>
<
el
-
form
-
item
label
=
"诊室"
prop
=
"consultRoomName"
>
...
@@ -1019,7 +1019,7 @@ export default {
...
@@ -1019,7 +1019,7 @@ export default {
}
}
.
title
-
paragraph
-
dialog
{
.
title
-
paragraph
-
dialog
{
margin
-
top
:
20
px
;
margin
-
top
:
20
px
;
margin
-
left
:
1
0
px
;
margin
-
left
:
0
px
;
margin
-
bottom
:
30
px
;
margin
-
bottom
:
30
px
;
border
-
left
:
3
px
solid
#
5
FB54B
;
border
-
left
:
3
px
solid
#
5
FB54B
;
border
-
bottom
:
24
px
;
border
-
bottom
:
24
px
;
...
...
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