Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
CRM
Commits
4ce5a5af
Commit
4ce5a5af
authored
May 24, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
35152135
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
payroll.vue
src/components/dev/payroll.vue
+14
-4
No files found.
src/components/dev/payroll.vue
View file @
4ce5a5af
...
...
@@ -34,7 +34,17 @@
</el-table-column>
<el-table-column
label=
"引流数量"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
LureNum
}}
{{
scope
.
row
.
EmpType
==
1
?
'-'
:
scope
.
row
.
LureNum
}}
</
template
>
</el-table-column>
<el-table-column
label=
"成交单数"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
EmpType
==
1
?
'-'
:
scope
.
row
.
OrderNum
}}
</
template
>
</el-table-column>
<el-table-column
label=
"基本工资"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
WageMoney
}}
</
template
>
</el-table-column>
<el-table-column
label=
"工资规则"
>
...
...
@@ -44,7 +54,7 @@
</el-table-column>
<el-table-column
label=
"本次提成比例"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
CommissionRate
?
scope
.
row
.
CommissionRate
+
'%'
:
'-'
}}
{{
scope
.
row
.
CommissionRate
}}
%
</
template
>
</el-table-column>
<el-table-column
label=
"提成金额"
>
...
...
@@ -52,9 +62,9 @@
{{
scope
.
row
.
Commission
}}
</
template
>
</el-table-column>
<el-table-column
label=
"
基本工资
"
>
<el-table-column
label=
"
本次年终比例
"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
WageMoney
}}
{{
scope
.
row
.
BonusRate
}}
%
</
template
>
</el-table-column>
<el-table-column
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