Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
e681e8f3
Commit
e681e8f3
authored
Jun 10, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加分组类型
parent
52013ccb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
8 deletions
+42
-8
src/views/outpatientDetails.vue
+42
-8
No files found.
src/views/outpatientDetails.vue
View file @
e681e8f3
...
@@ -40,6 +40,14 @@
...
@@ -40,6 +40,14 @@
医疗付费方式:
<span>
{{
HistoryInfo
.
paymentType
}}
</span>
医疗付费方式:
<span>
{{
HistoryInfo
.
paymentType
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"outpatientDetails_top_message_low"
>
<span
class=
"outpatientDetails_top_message_low_tu4"
><img
src=
"../assets/img/daoru.png"
alt=
""
/></span>
<div
class=
"outpatientDetails_top_message_low_t4"
>
分组类型:
<span>
{{
HistoryInfo
.
disNature
}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"outpatientDetails_msg"
>
<div
class=
"outpatientDetails_msg"
>
...
@@ -463,6 +471,7 @@ export default {
...
@@ -463,6 +471,7 @@ export default {
name
:
""
,
name
:
""
,
healthyID
:
""
,
healthyID
:
""
,
paymentType
:
""
,
paymentType
:
""
,
disNature
:
''
,
doctorName
:
""
,
doctorName
:
""
,
rw
:
""
,
rw
:
""
,
totalFee
:
""
,
totalFee
:
""
,
...
@@ -573,7 +582,7 @@ export default {
...
@@ -573,7 +582,7 @@ export default {
justify-content
:
space-between
;
justify-content
:
space-between
;
margin-top
:
16px
;
margin-top
:
16px
;
&_left
{
&_left
{
width
:
33
%
;
width
:
25
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -606,7 +615,7 @@ export default {
...
@@ -606,7 +615,7 @@ export default {
}
}
}
}
&
_centert
{
&
_centert
{
width
:
33
%
;
width
:
25
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -640,18 +649,14 @@ export default {
...
@@ -640,18 +649,14 @@ export default {
}
}
}
}
&
_right
{
&
_right
{
width
:
33
%
;
width
:
25
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
align-items
:
center
;
align-items
:
center
;
background-color
:
#f3fafd
;
background-color
:
#f3fafd
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
//
.iconfont
{
//
color
:
#2cabe3
;
//
padding-left
:
29px
;
//
font-size
:
23px
;
//
}
&_tu3
{
&_tu3
{
padding-left
:
29px
;
padding-left
:
29px
;
font-size
:
23px
;
font-size
:
23px
;
...
@@ -672,6 +677,35 @@ export default {
...
@@ -672,6 +677,35 @@ export default {
}
}
}
}
}
}
&
_low
{
width
:
25%
;
height
:
51px
;
display
:
flex
;
justify-content
:
start
;
align-items
:
center
;
background-color
:
#f3fafd
;
font-family
:
PingFang
SC
;
&_tu4
{
padding-left
:
29px
;
font-size
:
23px
;
}
&
_t4
{
width
:
80%
;
height
:
42px
;
display
:
flex
;
justify-content
:
start
;
padding-left
:
10px
;
align-items
:
center
;
background-color
:
#fff
;
color
:
#abafb3
;
font-size
:
14px
;
margin-left
:
29px
;
span
{
color
:
#787e8a
;
}
}
}
}
}
}
}
&
_msg
{
&
_msg
{
...
...
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