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
33aed244
Commit
33aed244
authored
May 08, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wyz' into 'test'
出账检核列表加字段 See merge request
!129
parents
4173eb99
c3962fe2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
src/views/financialCenter/financialBilling.vue
+8
-7
No files found.
src/views/financialCenter/financialBilling.vue
View file @
33aed244
...
@@ -70,8 +70,8 @@
...
@@ -70,8 +70,8 @@
style=
"width: 100%"
style=
"width: 100%"
v-loading=
"loading"
v-loading=
"loading"
>
>
<el-table-column
type=
"selection"
width=
"40"
/>
<el-table-column
type=
"selection"
width=
"40"
fixed=
"left"
/>
<el-table-column
prop=
"p
olicyNo"
label=
"业务编号"
width=
"120"
sortable
/>
<el-table-column
prop=
"p
ayableNo"
label=
"业务编号"
width=
"150"
fixed=
"left"
/>
<el-table-column
prop=
"status"
label=
"出账状态"
width=
"160"
sortable
>
<el-table-column
prop=
"status"
label=
"出账状态"
width=
"160"
sortable
>
<template
#
default=
"
{ row }">
<template
#
default=
"
{ row }">
{{
selectDictLabel
(
csf_fortune_status
,
row
.
status
)
}}
{{
selectDictLabel
(
csf_fortune_status
,
row
.
status
)
}}
...
@@ -103,17 +103,18 @@
...
@@ -103,17 +103,18 @@
sortable
sortable
:formatter="row => `${row.commissionPaidRatio ? row.commissionPaidRatio : 0}%`"
:formatter="row => `${row.commissionPaidRatio ? row.commissionPaidRatio : 0}%`"
/> -->
/> -->
<
!-- <
el-table-column
<el-table-column
prop="commissionP
aid
Ratio"
prop=
"commissionP
ending
Ratio"
label=
"达成率缺口"
label=
"达成率缺口"
width=
"120"
width=
"120"
sortable
sortable
:formatter="row => `${row.commissionP
aidRatio ? row.commissionPaid
Ratio : 0}%`"
:formatter=
"row => `${row.commissionP
endingRatio ? row.commissionPending
Ratio : 0}%`"
/>
-->
/>
<el-table-column
prop=
"fortuneName"
label=
"出账项目"
width=
"130"
sortable
/>
<el-table-column
prop=
"fortuneName"
label=
"出账项目"
width=
"130"
sortable
/>
<el-table-column
prop=
"fortunePeriod"
label=
"出账期数"
width=
"130"
sortable
/>
<el-table-column
prop=
"fortunePeriod"
label=
"出账期数"
width=
"130"
sortable
/>
<el-table-column
prop=
"fortuneTotalPeriod"
label=
"总期数"
width=
"120"
sortable
/>
<el-table-column
prop=
"fortuneTotalPeriod"
label=
"总期数"
width=
"120"
sortable
/>
<el-table-column
prop=
"broker"
label=
"转介人"
width=
"130"
sortable
/>
<el-table-column
prop=
"broker"
label=
"转介人"
width=
"130"
sortable
/>
<el-table-column
prop=
"brokerGradeName"
label=
"转介人职级"
width=
"100"
/>
<el-table-column
prop=
"team"
label=
"所属团队"
width=
"120"
sortable
/>
<el-table-column
prop=
"team"
label=
"所属团队"
width=
"120"
sortable
/>
<el-table-column
prop=
"exchangeRate"
label=
"结算汇率(估)"
width=
"140"
sortable
/>
<el-table-column
prop=
"exchangeRate"
label=
"结算汇率(估)"
width=
"140"
sortable
/>
<el-table-column
<el-table-column
...
@@ -382,7 +383,7 @@ const searchConfig = ref([
...
@@ -382,7 +383,7 @@ const searchConfig = ref([
},
},
{
{
type
:
'input'
,
type
:
'input'
,
prop
:
'broker'
,
prop
:
'broker
Name
'
,
label
:
'转介人'
label
:
'转介人'
},
},
{
{
...
...
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