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
d4bd25f9
Commit
d4bd25f9
authored
Jun 10, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
患者信息去除平均 调整宽度
parent
3758f55d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
src/views/outpatientDetails.vue
+10
-10
No files found.
src/views/outpatientDetails.vue
View file @
d4bd25f9
...
@@ -98,19 +98,19 @@
...
@@ -98,19 +98,19 @@
{{
item
.
iteM_TYPE
}}
:
{{
decimal
(
item
.
totalFee
)
}}
</span
{{
item
.
iteM_TYPE
}}
:
{{
decimal
(
item
.
totalFee
)
}}
</span
>
>
<span
:class=
"
{ fc3: index == checkindex }" class="sp2">
<span
:class=
"
{ fc3: index == checkindex }" class="sp2">
<span
class=
"sp2_avg"
>
<
!--
<
span
class=
"sp2_avg"
>
平均:
平均:
{{
decimal
(
item
.
avgFee
)
}}
{{
decimal
(
item
.
avgFee
)
}}
</span>
</span>
-->
<!--
<span
class=
"sp2_reto"
v-ratio=
"[item.proportion / 100, item.proportion / 100, `$
{index == checkindex ? '#fff' : '#6a707e'}`]">
<!--
<span
class=
"sp2_reto"
v-ratio=
"[item.proportion / 100, item.proportion / 100, `$
{index == checkindex ? '#fff' : '#6a707e'}`]">
</span>
-->
</span>
-->
<span
class=
"sp2_reto"
v-if=
"item.proportion
<
=
0
"
>
<span
class=
"sp2_reto"
v-if=
"item.proportion
<
=
0
"
>
{{
decimal
(
item
.
proportion
*
-
1
)
+
'%'
}}
{{
decimal
(
item
.
proportion
*
-
1
)
+
'%'
}}
<
img
style=
"width: 4px; height: 12px; margin-left: 5px"
src=
"../assets/img/dataCockpit/lvse_zuo.png"
/
>
<
!--
<img
style=
"width: 4px; height: 12px; margin-left: 5px"
src=
"../assets/img/dataCockpit/lvse_zuo.png"
/>
--
>
</span>
</span>
<span
class=
"sp2_reto"
v-else
>
<span
class=
"sp2_reto"
v-else
>
{{
decimal
(
item
.
proportion
)
+
'%'
}}
{{
decimal
(
item
.
proportion
)
+
'%'
}}
<
img
style=
"width: 4px; height: 12px; margin-left: 5px"
src=
"../assets/img/dataCockpit/hongse_you.png"
/
>
<
!--
<img
style=
"width: 4px; height: 12px; margin-left: 5px"
src=
"../assets/img/dataCockpit/hongse_you.png"
/>
--
>
</span>
</span>
</span>
</span>
</div>
</div>
...
@@ -790,7 +790,7 @@ export default {
...
@@ -790,7 +790,7 @@ export default {
//
有数据
//
有数据
&
_left
{
&
_left
{
list-style-type
:
none
;
list-style-type
:
none
;
width
:
3
7%
;
width
:
2
7%
;
height
:
90%
;
height
:
90%
;
overflow-y
:
auto
;
overflow-y
:
auto
;
...
@@ -807,7 +807,7 @@ export default {
...
@@ -807,7 +807,7 @@ export default {
color
:
#fff
;
color
:
#fff
;
.fc2
{
.fc2
{
width
:
4
0%
;
width
:
7
0%
;
height
:
100%
;
height
:
100%
;
display
:
flex
;
display
:
flex
;
...
@@ -820,12 +820,12 @@ export default {
...
@@ -820,12 +820,12 @@ export default {
}
}
}
}
.fc3
{
.fc3
{
width
:
6
0%
;
width
:
3
0%
;
height
:
100%
;
height
:
100%
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-items
:
center
;
justify-items
:
center
;
justify-content
:
flex-end
;
justify-content
:
center
;
padding-right
:
3%
;
padding-right
:
3%
;
}
}
}
}
...
@@ -887,14 +887,14 @@ export default {
...
@@ -887,14 +887,14 @@ export default {
flex-direction
:
row
;
flex-direction
:
row
;
align-items
:
center
;
align-items
:
center
;
width
:
50%
;
width
:
50%
;
justify-content
:
flex-end
;
justify-content
:
center
;
}
}
}
}
}
}
}
}
}
}
&
_right
{
&
_right
{
width
:
6
2%
;
width
:
7
2%
;
//
无数据样式
//
无数据样式
&_box
{
&_box
{
width
:
100%
;
width
:
100%
;
...
...
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