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
50a7d03c
Commit
50a7d03c
authored
Jun 10, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wyz' into 'test'
修改薪资发放字段 See merge request
!166
parents
5635b62f
0d08f5df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
src/views/financialCenter/financialSalary.vue
+8
-4
No files found.
src/views/financialCenter/financialSalary.vue
View file @
50a7d03c
...
@@ -46,14 +46,19 @@
...
@@ -46,14 +46,19 @@
<!--
<el-table-column
prop=
"fortuneAccountBizId"
label=
"业务ID"
min-width=
"120"
sortable
/>
-->
<!--
<el-table-column
prop=
"fortuneAccountBizId"
label=
"业务ID"
min-width=
"120"
sortable
/>
-->
<el-table-column
prop=
"broker"
label=
"转介人"
min-width=
"120"
sortable
/>
<el-table-column
prop=
"broker"
label=
"转介人"
min-width=
"120"
sortable
/>
<el-table-column
prop=
"team"
label=
"所属团队"
min-width=
"120"
sortable
/>
<el-table-column
prop=
"team"
label=
"所属团队"
min-width=
"120"
sortable
/>
<el-table-column
prop=
"hkdAmount"
label=
"
出账
金额"
width=
"120"
sortable
>
<el-table-column
prop=
"hkdAmount"
label=
"
港币
金额"
width=
"120"
sortable
>
<template
#
default=
"scope"
>
<template
#
default=
"scope"
>
{{
formatCurrency
(
scope
.
row
.
hkdAmount
,
''
,
4
)
}}
{{
formatCurrency
(
scope
.
row
.
hkdAmount
,
''
,
4
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"
currency"
label=
"出账
币种"
width=
"120"
sortable
>
<el-table-column
prop=
"
payoutCurrency"
label=
"发放
币种"
width=
"120"
sortable
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<dict-tag
:options=
"currencyTypeOptions"
:value=
"scope.row.currency"
/>
<dict-tag
:options=
"currencyTypeOptions"
:value=
"scope.row.payoutCurrency"
/>
</
template
>
</el-table-column>
<el-table-column
prop=
"payoutAmount"
label=
"发放金额"
width=
"120"
sortable
>
<
template
#
default=
"scope"
>
{{
formatCurrency
(
scope
.
row
.
payoutAmount
,
''
,
4
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"status"
label=
"出账状态"
width=
"150"
sortable
>
<el-table-column
prop=
"status"
label=
"出账状态"
width=
"150"
sortable
>
...
@@ -255,7 +260,6 @@
...
@@ -255,7 +260,6 @@
v-model=
"scope.row.toAmount"
v-model=
"scope.row.toAmount"
placeholder=
"请输入"
placeholder=
"请输入"
clearable
clearable
:disabled=
"true"
@
input=
"val => (scope.row.toAmount = amountInput.filterInput(val, 4))"
@
input=
"val => (scope.row.toAmount = amountInput.filterInput(val, 4))"
:formatter=
"value => inputThousands(value)"
:formatter=
"value => inputThousands(value)"
:parser=
"value => value.replace(/\$\s?|(,*)/g, '')"
:parser=
"value => value.replace(/\$\s?|(,*)/g, '')"
...
...
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