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
d94024e8
Commit
d94024e8
authored
Jul 04, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64094 挂号管理-新增挂号,当此时段无挂号信息时,应显示当前时段暂无等候中
parent
56dcd601
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doctor-card.vue
...-management/registration-queue/components/doctor-card.vue
+11
-0
No files found.
src/views/service-management/registration-queue/components/doctor-card.vue
View file @
d94024e8
...
...
@@ -67,6 +67,9 @@
fit=
"cover"
/>
</div>
<div
v-if=
"item.pictureUrl && item.pictureUrl.length === 0"
class=
"mid-bottom-nobody"
>
当前时段暂无等候中...
</div>
</div>
<!--卡片下半部分-->
<div
class=
"bottom"
>
...
...
@@ -348,6 +351,14 @@ export default {
height
:
100%
;
}
}
// 无人排队样式
.mid-bottom-nobody
{
height
:
32px
;
font-size
:
0
.875rem
;
font-family
:
Microsoft
YaHei-Regular
,
Microsoft
YaHei
;
font-weight
:
400
;
color
:
#666666
;
}
}
//卡片下半部分
...
...
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