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
0a3978e9
Commit
0a3978e9
authored
Sep 13, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
299e2057
277032fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
check-detail.vue
...ice-management/medical-record-management/check-detail.vue
+14
-5
treatment-detail.vue
...vice-management/treatment-management/treatment-detail.vue
+1
-1
No files found.
src/views/service-management/medical-record-management/check-detail.vue
View file @
0a3978e9
...
@@ -278,7 +278,10 @@
...
@@ -278,7 +278,10 @@
class=
"fourWordsBtn"
class=
"fourWordsBtn"
:disabled=
"currentUser.userType === '2' && currentUser.name !== checkDetail.doctorName"
:disabled=
"currentUser.userType === '2' && currentUser.name !== checkDetail.doctorName"
@
click=
"bookNow"
@
click=
"bookNow"
>
立即预约
</el-button>
>
<svg-icon
icon-class=
"liebiao_icon_xiangqing"
/>
立即预约
</el-button>
</div>
</div>
</div>
</div>
<!-- 预约信息 -->
<!-- 预约信息 -->
...
@@ -324,10 +327,10 @@
...
@@ -324,10 +327,10 @@
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
v-show=
"checkDetail.checkSchedule
<
2
"
>
<el-row
v-show=
"checkDetail.checkSchedule
<
2
"
>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
24
"
>
<
el-form-item
label=
"暂未预约
"
>
<
div
class=
"unallocated
"
>
<
span
/>
<
el-form-item
label=
"暂未预约"
label-width=
"50.5rem"
/>
</
el-form-item
>
</
div
>
</el-col>
</el-col>
</el-row>
</el-row>
<div
v-show=
"checkDetail.checkSchedule >= 2"
>
<div
v-show=
"checkDetail.checkSchedule >= 2"
>
...
@@ -783,4 +786,10 @@ export default {
...
@@ -783,4 +786,10 @@ export default {
.schedule-info.progress-base
{
.schedule-info.progress-base
{
padding-bottom
:
10px
!
important
;
padding-bottom
:
10px
!
important
;
}
}
.unallocated
{
border
:
1px
dashed
#E5E5E5
;
display
:
flex
;
padding
:
20px
0
0
0
;
margin
:
0
3
.25rem
26px
28px
;
}
</
style
>
</
style
>
src/views/service-management/treatment-management/treatment-detail.vue
View file @
0a3978e9
...
@@ -1220,6 +1220,6 @@ export default {
...
@@ -1220,6 +1220,6 @@ export default {
border
:
1
px
dashed
#
E5E5E5
;
border
:
1
px
dashed
#
E5E5E5
;
display
:
flex
;
display
:
flex
;
padding
:
20
px
0
0
0
;
padding
:
20
px
0
0
0
;
margin
:
0
20
px
0
28
px
;
margin
:
0
20
px
26
px
28
px
;
}
}
<
/style
>
<
/style
>
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