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
a10d4c78
Commit
a10d4c78
authored
May 24, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7cddb121
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
src/views/outpatientDetails.vue
+12
-12
No files found.
src/views/outpatientDetails.vue
View file @
a10d4c78
...
...
@@ -56,7 +56,8 @@
</div>
<div
class=
"outpatientDetails_msg"
>
<span
class=
"outpatientDetails_msg_tu4"
><img
src=
"../assets/img/zu.png"
alt=
""
/></span>
<span>
分组:
{{
HistoryInfo
.
doctorName
}}
</span>
<span>
分组编码:
{{
HistoryInfo
.
coreCode
}}
</span>
<span
:title=
"HistoryInfo.coreName"
>
分组名称:
{{
HistoryInfo
.
coreName
}}
</span>
<span>
病种分值:
{{
decimal
(
HistoryInfo
.
rw
)
}}
</span>
<span>
预计DRG支付费用:
{{
decimal
(
HistoryInfo
.
actualfee
)
}}
</span>
<span>
总费用:
{{
decimal
(
HistoryInfo
.
totalFee
)
}}
</span>
...
...
@@ -88,7 +89,7 @@
<span
class=
"outpatientDetails_fenqu_di_bb_div2_span2"
:style=
"
{ width: contentwidth + '%' }"
>
<span
class=
"outpatientDetails_fenqu_di_bb_div2_span2_t2"
:title=
"'正常区域:' +
Math.round(lowMagnification) + 1
+ '~' + (Math.round(highMagnification) - 1)"
:title=
"'正常区域:' +
(Math.round(lowMagnification) + 1)
+ '~' + (Math.round(highMagnification) - 1)"
>
正常区域:
{{
Math
.
round
(
lowMagnification
)
+
1
+
"~"
+
(
Math
.
round
(
highMagnification
)
-
1
)
}}
</span
></span
>
...
...
@@ -834,11 +835,7 @@ export default {
justify-content
:
start
;
align-items
:
center
;
margin-bottom
:
25px
;
//
.iconfont
{
//
color
:
#2cabe3
;
//
padding-left
:
28px
;
//
font-size
:
23px
;
//
}
&_tu4
{
padding-left
:
29px
;
font-size
:
23px
;
...
...
@@ -858,17 +855,19 @@ export default {
padding-left
:
10px
;
}
span
:nth-child
(
3
)
{
flex
:
1
;
width
:
250px
;
height
:
39px
;
line-height
:
39px
;
background-color
:
#fff
;
font-size
:
14px
;
color
:
#6d7381
;
display
:
flex
;
justify-content
:
start
;
font-family
:
PingFang
SC
;
margin-right
:
5px
;
padding-left
:
10px
;
align-items
:
center
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
}
span
:nth-child
(
4
)
{
flex
:
1
;
...
...
@@ -917,9 +916,10 @@ export default {
color
:
#6d7381
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
//
justify-content
:
center
;
font-family
:
PingFang
SC
;
margin-right
:
5px
;
padding-left
:
10px
;
}
span
:nth-child
(
n
+
7
)
{
margin-right
:
5px
;
...
...
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