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
ad9956dd
Commit
ad9956dd
authored
Nov 01, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c968294d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
payroll.vue
src/components/dev/payroll.vue
+4
-4
commissionPopUp.vue
src/components/dialogModel/commissionPopUp.vue
+8
-0
No files found.
src/components/dev/payroll.vue
View file @
ad9956dd
...
@@ -33,14 +33,14 @@
...
@@ -33,14 +33,14 @@
</span>
</span>
</template>
</template>
<
template
v-else
>
<
template
v-else
>
<span
style=
"font-size: 16px;"
:style=
"
{'color':PredictData.L
imitNum>PredictData.LureNum?'red':'green'}">
{{
PredictData
.
Limit
Num
}}
</span>
<span
style=
"font-size: 16px;"
:style=
"
{'color':PredictData.L
ureNum>PredictData.LimitNum?'red':'green'}">
{{
PredictData
.
Lure
Num
}}
</span>
<template
v-if=
"PredictData.L
ure
Num>0"
>
<template
v-if=
"PredictData.L
imit
Num>0"
>
<span
style=
"font-size: 16px;"
>
/
</span>
<span
style=
"font-size: 16px;"
>
/
</span>
<span
style=
"font-size: 16px;"
>
<span
style=
"font-size: 16px;"
>
{{
PredictData
.
L
ure
Num
}}
{{
PredictData
.
L
imit
Num
}}
</span>
</span>
</
template
>
</
template
>
<span
style=
"color: red;margin-left: 5px;font-size: 14px;"
v-if=
"PredictData.L
ureNum>0&&PredictData.LureNum>PredictData.Limit
Num"
>
<span
style=
"color: red;margin-left: 5px;font-size: 14px;"
v-if=
"PredictData.L
imitNum>0&&PredictData.LimitNum>PredictData.Lure
Num"
>
目标未达成仍需努力
目标未达成仍需努力
</span>
</span>
</template>
</template>
...
...
src/components/dialogModel/commissionPopUp.vue
View file @
ad9956dd
...
@@ -108,6 +108,14 @@
...
@@ -108,6 +108,14 @@
label=
"当期提成"
label=
"当期提成"
show-overflow-tooltip
>
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"LimitCommission"
label=
"未达标提成"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
LimitCommission
>
0
?
scope
.
row
.
LimitCommission
:
'-'
}}
</
template
>
</el-table-column>
<el-table-column
<el-table-column
label=
"提成比例"
label=
"提成比例"
show-overflow-tooltip
>
show-overflow-tooltip
>
...
...
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