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
ab9b0087
Commit
ab9b0087
authored
Jul 04, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64094 挂号管理-新增挂号,当此时段无挂号信息时,应显示当前时段暂无等候中
parent
d94024e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
16 deletions
+19
-16
doctor-card.vue
...-management/registration-queue/components/doctor-card.vue
+19
-16
No files found.
src/views/service-management/registration-queue/components/doctor-card.vue
View file @
ab9b0087
...
@@ -56,18 +56,19 @@
...
@@ -56,18 +56,19 @@
<div
class=
"divider"
/>
<div
class=
"divider"
/>
<!--卡片中间部分-->
<!--卡片中间部分-->
<div
class=
"mid-bottom-framework"
>
<div
class=
"mid-bottom-framework"
>
<div
<!--
<div-->
v-for=
"(pic,picIndex) in item.pictureUrl"
<!-- v-for="(pic,picIndex) in item.pictureUrl"-->
:key=
"`picIndex$
{picIndex}`"
<!-- :key="`picIndex$
{picIndex}`"-->
class="mid-bottom"
<!-- class="mid-bottom"-->
>
<!-- >-->
<el-image
<!--
<el-image-->
:src=
"baseURL+pic"
<!-- :src="baseURL+pic"-->
class=
"mid-bottom-inner"
<!-- class="mid-bottom-inner"-->
fit=
"cover"
<!-- fit="cover"-->
/>
<!-- />-->
</div>
<!--
</div>
-->
<div
v-if=
"item.pictureUrl && item.pictureUrl.length === 0"
class=
"mid-bottom-nobody"
>
<!--
<div
v-if=
"item.pictureUrl && item.pictureUrl.length === 0"
class=
"mid-bottom-nobody"
>
-->
<div
class=
"mid-bottom-nobody"
>
当前时段暂无等候中...
当前时段暂无等候中...
</div>
</div>
</div>
</div>
...
@@ -353,11 +354,13 @@ export default {
...
@@ -353,11 +354,13 @@ export default {
}
}
// 无人排队样式
// 无人排队样式
.mid-bottom-nobody
{
.mid-bottom-nobody
{
height
:
32px
;
position
:
relative
;
font-size
:
0
.875rem
;
left
:
28px
;
font-
family
:
Microsoft
YaHei-Regular
,
Microsoft
YaHei
;
font-
size
:
14px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#666666
;
color
:
#AFAFAF
;
line-height
:
19px
;
height
:
32px
;
}
}
}
}
...
...
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