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
5aed2a10
Commit
5aed2a10
authored
Jun 09, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
89cd786b
22be8900
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
374 additions
and
7 deletions
+374
-7
check-detail.vue
...ice-management/medical-record-management/check-detail.vue
+219
-3
check-subscribe.vue
...-management/medical-record-management/check-subscribe.vue
+155
-0
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+0
-4
No files found.
src/views/service-management/medical-record-management/check-detail.vue
View file @
5aed2a10
<
template
>
<
template
>
<div>
检查详情1123
</div>
<div
class=
"app-container"
>
<!-- 头部标题-->
<div
style=
"padding-top:5px;text-align: center;"
>
<span
style=
"font-size: 24px;
font-family: Microsoft YaHei-Bold, Microsoft YaHei,serif;
font-weight: bold;
color: #333333;"
>
详情
</span>
</div>
<el-form
ref=
"form"
:model=
"checkDetail"
label-width=
"100px"
>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
宠物信息
</span>
</div>
<!-- 1 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物昵称"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物ID"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物品种"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<!-- 2 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物性别"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物年龄"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物体重"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<!-- 3 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物毛色"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"绝育情况"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"疫苗情况"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<!-- 4 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物保险"
>
<span>
1
</span>
</el-form-item>
</el-col>
</el-row>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
宠主信息
</span>
</div>
<!-- 1 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠主姓名"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"用户ID"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"手机号"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
检查进度
</span>
</div>
<!-- 步骤条 -->
<div>
<el-steps
:active=
"2"
align-center
>
<el-step
title=
"开具处方单"
description=
"这是一段很长很长很长的描述性文字"
></el-step>
<el-step
title=
"缴费开票"
description=
"这是一段很长很长很长的描述性文字"
></el-step>
<el-step
title=
"预约检查"
description=
"这段就没那么长了"
></el-step>
<el-step
title=
"步骤 4"
description=
"这段就没那么长了!!!"
></el-step>
</el-steps>
</div>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
缴费信息
</span>
</div>
<!-- 缴费信息 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"缴费金额"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"缴费方式"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"缴费时间"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
预约信息
</span>
</div>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查类型"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"设备服务器"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"下单时间"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
检查信息
</span>
</div>
<!-- 1 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查类型"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"设备服务器"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"下单时间"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<!-- 2 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查日期"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查时段"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"报告上传时间"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<!-- 3 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"影像报告"
>
<span>
1
</span>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
'CheckDetail'
name
:
'CheckDetail'
,
data
()
{
return
{
checkDetail
:
''
}
}
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
lang=
"scss"
>
.title-paragraph
{
margin-bottom
:
20px
;
border-left
:
5px
solid
#5FB54B
;
.title-text
{
margin-left
:
10px
;
}
}
</
style
>
<
style
scoped
lang=
"scss"
>
.app-container
{
background-color
:
#FFFFFF
;
}
</
style
>
</
style
>
src/views/service-management/medical-record-management/check-subscribe.vue
0 → 100644
View file @
5aed2a10
<
template
>
<div
class=
"app-container"
>
<!-- 头部标题-->
<div
style=
"padding-top:5px;text-align: center;"
>
<span
style=
"font-size: 24px;
font-family: Microsoft YaHei-Bold, Microsoft YaHei,serif;
font-weight: bold;
color: #333333;"
>
详情
</span>
</div>
<el-form
ref=
"form"
:model=
"checkDetail"
label-width=
"100px"
>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
宠物信息
</span>
</div>
<!-- 1 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物昵称"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物ID"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物品种"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<!-- 2 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物性别"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物年龄"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物体重"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<!-- 3 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物毛色"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"绝育情况"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"疫苗情况"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<!-- 4 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物保险"
>
<span>
1
</span>
</el-form-item>
</el-col>
</el-row>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
检查信息
</span>
</div>
<!-- 1 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查类型"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"设备服务器"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"下单时间"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<!-- 2 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查日期"
>
<span>
1
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查时段"
>
<span>
2
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"报告上传时间"
>
<span>
3
</span>
</el-form-item>
</el-col>
</el-row>
<!-- 3 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"影像报告"
>
<span>
1
</span>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
</
template
>
<
script
>
export
default
{
name
:
'CheckSubscribe'
,
data
()
{
return
{
checkDetail
:
''
}
}
}
</
script
>
<
style
lang=
"scss"
>
.title-paragraph
{
margin-bottom
:
20px
;
border-left
:
5px
solid
#5FB54B
;
.title-text
{
margin-left
:
10px
;
}
}
</
style
>
<
style
scoped
lang=
"scss"
>
.app-container
{
background-color
:
#FFFFFF
;
}
</
style
>
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
5aed2a10
...
@@ -61,25 +61,21 @@
...
@@ -61,25 +61,21 @@
class=
"fourWordsBtn"
class=
"fourWordsBtn"
icon=
"el-icon-plus"
icon=
"el-icon-plus"
size=
"mini"
size=
"mini"
@
click=
"handleAdd"
>
选择全部
</el-button>
>
选择全部
</el-button>
<el-button
<el-button
class=
"fourWordsBtn"
class=
"fourWordsBtn"
icon=
"el-icon-edit"
icon=
"el-icon-edit"
size=
"mini"
size=
"mini"
@
click=
"handleUpdate"
>
反向选择
</el-button>
>
反向选择
</el-button>
<el-button
<el-button
class=
"fourWordsBtn"
class=
"fourWordsBtn"
icon=
"el-icon-delete"
icon=
"el-icon-delete"
size=
"mini"
size=
"mini"
@
click=
"handleDelete"
>
批量导出
</el-button>
>
批量导出
</el-button>
<el-button
<el-button
class=
"fourWordsBtn"
class=
"fourWordsBtn"
icon=
"el-icon-download"
icon=
"el-icon-download"
size=
"mini"
size=
"mini"
@
click=
"handleExport"
>
检查项目
</el-button>
>
检查项目
</el-button>
<el-button
style=
"position: relative; float: right;"
class=
"resetBtn"
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
style=
"position: relative; float: right;"
class=
"resetBtn"
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
style=
"position: relative; float: right;"
class=
"queryBtn"
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
style=
"position: relative; float: right;"
class=
"queryBtn"
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
查询
</el-button>
...
...
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