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
a8d564c0
Commit
a8d564c0
authored
May 22, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加关联人员
parent
38e06db0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/financialCenter/payables.vue
+2
-2
No files found.
src/views/financialCenter/payables.vue
View file @
a8d564c0
...
...
@@ -402,7 +402,7 @@ const payableReportListTableColumns = ref([
{
prop
:
'broker'
,
label
:
'转介人'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'brokerGradeName'
,
label
:
'职级'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'fortuneName'
,
label
:
'出账项目'
,
sortable
:
true
,
width
:
'150'
},
{
prop
:
'
team
'
,
label
:
'关联人员'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'
amountSourceName
'
,
label
:
'关联人员'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'status'
,
label
:
'出账状态'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
row
=>
getDictLabel
(
'csf_expected_fortune_status'
,
row
.
status
)
||
'-'
},
{
prop
:
'fortunePeriod'
,
label
:
'出账期数'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'fortuneTotalPeriod'
,
label
:
'出账总期数'
,
sortable
:
true
,
width
:
'100'
},
...
...
@@ -434,7 +434,7 @@ const payableReportListTableColumns = ref([
{
prop
:
'remark'
,
label
:
'备注'
,
sortable
:
false
,
width
:
'200'
},
{
prop
:
'creatorName'
,
label
:
'创建人'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'createTime'
,
label
:
'创建时间'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'updateTime'
,
label
:
'
操作
'
,
sortable
:
true
,
width
:
'160'
}
{
prop
:
'updateTime'
,
label
:
'
更新时间
'
,
sortable
:
true
,
width
:
'160'
}
])
// 设置出账状态
...
...
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