Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf-front
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
1
Merge Requests
1
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
yuzhenWang
yd-csf-front
Commits
0194c18b
Commit
0194c18b
authored
Mar 12, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应收明细增加总保费字段
parent
de2d7fd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/financialCenter/receivables.vue
+2
-2
No files found.
src/views/financialCenter/receivables.vue
View file @
0194c18b
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
<el-card
shadow=
"hover"
class=
"statistics-card"
>
<el-card
shadow=
"hover"
class=
"statistics-card"
>
<div
class=
"card-content"
>
<div
class=
"card-content"
>
<div
class=
"card-label"
>
总保费
</div>
<div
class=
"card-label"
>
总保费
</div>
<div
class=
"card-value"
>
{{ formatCurrency(detailRecordStatistics.totalPremium
Amount
) }}
<div
class=
"card-value"
>
{{ formatCurrency(detailRecordStatistics.totalPremium) }}
</div>
</div>
</div>
</div>
</el-card>
</el-card>
...
@@ -670,7 +670,7 @@ const handleSelect = async (e, row) => {
...
@@ -670,7 +670,7 @@ const handleSelect = async (e, row) => {
{
property
:
'amount'
,
label
:
'入账金额'
,
width
:
'150'
,
formatter
:(
row
)
=>
formatCurrency
(
row
.
amount
||
0
)
},
{
property
:
'amount'
,
label
:
'入账金额'
,
width
:
'150'
,
formatter
:(
row
)
=>
formatCurrency
(
row
.
amount
||
0
)
},
{
property
:
'currentCommissionRatio'
,
label
:
'入账比例'
,
width
:
'150'
,
formatter
:
(
row
)
=>
`
${
row
.
currentCommissionRatio
||
''
}
%`
},
{
property
:
'currentCommissionRatio'
,
label
:
'入账比例'
,
width
:
'150'
,
formatter
:
(
row
)
=>
`
${
row
.
currentCommissionRatio
||
''
}
%`
},
{
property
:
'commissionDate'
,
label
:
'入账日'
,
width
:
'150'
},
{
property
:
'commissionDate'
,
label
:
'入账日'
,
width
:
'150'
},
{
property
:
'commissionStatus'
,
label
:
'入账状态'
,
width
:
'150'
}
{
property
:
'commissionStatus
Name
'
,
label
:
'入账状态'
,
width
:
'150'
}
]
]
// 加载真实数据
// 加载真实数据
const
records
=
await
loadEntryRecordData
(
row
.
commissionExpectedBizId
)
const
records
=
await
loadEntryRecordData
(
row
.
commissionExpectedBizId
)
...
...
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