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
f0a8ef2b
Commit
f0a8ef2b
authored
Jun 10, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整位置
parent
e681e8f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
13 deletions
+51
-13
src/views/outHistorygrouping.vue
+51
-13
No files found.
src/views/outHistorygrouping.vue
View file @
f0a8ef2b
...
@@ -42,6 +42,13 @@
...
@@ -42,6 +42,13 @@
医疗付费方式:
<span>
{{
casehisObj
?
casehisObj
.
a46C
:
""
}}
</span>
医疗付费方式:
<span>
{{
casehisObj
?
casehisObj
.
a46C
:
""
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"outsetgrouping_top_message_blow"
>
<span
class=
"outsetgrouping_top_message_blow_tu7"
><img
src=
"../assets/img/daoru.png"
alt=
""
></span>
<div
class=
"outsetgrouping_top_message_blow_t4"
>
分组类型:
<span>
{{
casehisObj
?
casehisObj
.
drgs
.
disNature
:
''
}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"outsetgrouping_top2"
>
<div
class=
"outsetgrouping_top2"
>
...
@@ -67,7 +74,9 @@
...
@@ -67,7 +74,9 @@
casehisObj
?
casehisObj
.
drgs
.
actualfee
:
""
casehisObj
?
casehisObj
.
drgs
.
actualfee
:
""
}}
</span>
}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"outsetgrouping_top3"
></div>
<div
class=
"outsetgrouping_top3"
></div>
...
@@ -96,6 +105,7 @@
...
@@ -96,6 +105,7 @@
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg1_text1"
>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg1_text1"
>
<span>
诊断名称:
{{
item
.
diagMapName
}}
</span>
<span>
诊断名称:
{{
item
.
diagMapName
}}
</span>
<span>
诊断类型:
{{
item
.
diagOrder
}}
</span>
<span>
诊断类型:
{{
item
.
diagOrder
}}
</span>
<span>
分组类型:
{{
item
.
disNature
}}
</span>
</div>
</div>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg1_text2"
>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg1_text2"
>
<span>
操作名称:
{{
item
.
opsMapName
}}
</span>
<span>
操作名称:
{{
item
.
opsMapName
}}
</span>
...
@@ -393,7 +403,7 @@ export default {
...
@@ -393,7 +403,7 @@ export default {
justify-content
:
space-between
;
justify-content
:
space-between
;
&_left
{
&_left
{
width
:
33
%
;
width
:
25
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -429,7 +439,7 @@ export default {
...
@@ -429,7 +439,7 @@ export default {
}
}
&
_centert
{
&
_centert
{
width
:
33
%
;
width
:
25
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -466,7 +476,7 @@ export default {
...
@@ -466,7 +476,7 @@ export default {
}
}
&
_right
{
&
_right
{
width
:
33
%
;
width
:
25
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -501,7 +511,38 @@ export default {
...
@@ -501,7 +511,38 @@ export default {
}
}
}
}
}
}
&
_blow
{
width
:
25%
;
height
:
51px
;
display
:
flex
;
justify-content
:
start
;
align-items
:
center
;
background-color
:
#f3fafd
;
font-family
:
PingFang
SC
;
&_tu7{
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
;
}
}
}
}
}
}
}
...
@@ -602,11 +643,7 @@ export default {
...
@@ -602,11 +643,7 @@ export default {
background-color
:
#f3fafd
;
background-color
:
#f3fafd
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
//
.iconfont
{
//
color
:
#2cabe3
;
//
padding-left
:
29px
;
//
font-size
:
23px
;
//
}
&_tu6{
&_tu6{
padding-left
:
29px
;
padding-left
:
29px
;
font-size
:
23px
;
font-size
:
23px
;
...
@@ -629,6 +666,7 @@ export default {
...
@@ -629,6 +666,7 @@ export default {
}
}
}
}
}
}
}
}
}
}
...
@@ -727,17 +765,17 @@ export default {
...
@@ -727,17 +765,17 @@ export default {
width
:
100%
;
width
:
100%
;
height
:
48%
;
height
:
48%
;
display
:
flex
;
display
:
flex
;
justify-content
:
s
pace-between
;
justify-content
:
s
tart
;
span
{
span
{
height
:
100%
;
height
:
100%
;
width
:
50
%
;
width
:
32
%
;
margin
:
0px
5px
;
margin
:
0px
5px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
align-items
:
center
;
align-items
:
center
;
font-size
:
14px
;
font-size
:
14px
;
padding-left
:
1
0
px
;
padding-left
:
1
1
px
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
300
;
font-weight
:
300
;
color
:
#6a707e
;
color
:
#6a707e
;
...
...
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