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
7fae26f7
Commit
7fae26f7
authored
Jun 11, 2025
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
277b9973
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
src/views/outHistorygrouping_yubei.vue
+19
-0
No files found.
src/views/outHistorygrouping_yubei.vue
View file @
7fae26f7
...
...
@@ -142,6 +142,18 @@
检查费占比:
<span>
{{
casehisObj
?
decimal
(
casehisObj
.
checkPercent
)
+
"%"
:
""
}}
</span>
</div>
</div>
<div
class=
"outsetgrouping_top2_message_right"
>
<span
class=
"outsetgrouping_top2_message_right_tu6"
><img
src=
"../assets/img/jiner.png"
alt=
""
/></span>
<div
class=
"outsetgrouping_top2_message_right_t3"
:class=
"
{
bg1: casehisObj
&&
casehisObj.b20 >= 3
&&
casehisObj
&&
casehisObj.feeConsumePercent
<
40
,
bg:
casehisObj
&&
casehisObj
.
feeConsumePercent
>
100,
}"
>
费用消耗占比:
<span>
{{
casehisObj
?
decimal
(
casehisObj
.
feeConsumePercent
)
+
"%"
:
""
}}
</span>
</div>
</div>
</div>
</div>
...
...
@@ -1017,6 +1029,13 @@ export default {
color
:
#fff
;
}
}
.bg1
{
background-color
:
#ff8400
;
color
:
#fff
;
span
{
color
:
#fff
;
}
}
}
}
}
...
...
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