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
5b47f46d
Commit
5b47f46d
authored
May 24, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5b1ccc2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
payroll.vue
src/components/dev/payroll.vue
+18
-6
No files found.
src/components/dev/payroll.vue
View file @
5b47f46d
...
@@ -42,14 +42,14 @@
...
@@ -42,14 +42,14 @@
{{
scope
.
row
.
EmpType
==
1
?
'-'
:
scope
.
row
.
OrderNum
}}
{{
scope
.
row
.
EmpType
==
1
?
'-'
:
scope
.
row
.
OrderNum
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
基本工资
"
>
<el-table-column
label=
"
工资规则
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
WageMoney
}}
<span
:class=
"scope.row.WageType!=1?'cursor-p':''"
@
click=
"scope.row.WageType!=1?GenerateScale(scope.row):''"
>
{{
scope
.
row
.
WageType
!=
1
?
'上季度定档'
:
'新员工比例'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
工资规则
"
>
<el-table-column
label=
"
基本工资
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
:class=
"scope.row.WageType!=1?'cursor-p':''"
@
click=
"scope.row.WageType!=1?GenerateScale(scope.row):''"
>
{{
scope
.
row
.
WageType
!=
1
?
'上季度定档'
:
'新员工比例'
}}
</span>
{{
scope
.
row
.
WageMoney
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"本次提成比例"
>
<el-table-column
label=
"本次提成比例"
>
...
@@ -446,11 +446,17 @@
...
@@ -446,11 +446,17 @@
background
:
#FFE082
!important
;
background
:
#FFE082
!important
;
}
}
/
deep
/
.el-table
tr
:first-child
th
:nth-child
(
8
)
{
/
deep
/
.el-table
tr
:first-child
th
:nth-child
(
8
)
{
background
:
#
E1BEE7
!important
;
background
:
#
FFE082
!important
;
}
}
/
deep
/
.el-table
tr
:first-child
th
:nth-child
(
9
)
{
/
deep
/
.el-table
tr
:first-child
th
:nth-child
(
9
)
{
background
:
#E1BEE7
!important
;
background
:
#E1BEE7
!important
;
}
}
/
deep
/
.el-table
tr
:first-child
th
:nth-child
(
10
)
{
background
:
#E1BEE7
!important
;
}
/
deep
/
.el-table
tr
:first-child
th
:nth-child
(
11
)
{
background
:
#E1BEE7
!important
;
}
/
deep
/
.el-table
tr
td
:nth-child
(
6
)
{
/
deep
/
.el-table
tr
td
:nth-child
(
6
)
{
background
:
#FFE082
;
background
:
#FFE082
;
}
}
...
@@ -458,9 +464,15 @@
...
@@ -458,9 +464,15 @@
background
:
#FFE082
;
background
:
#FFE082
;
}
}
/
deep
/
.el-table
tr
td
:nth-child
(
8
)
{
/
deep
/
.el-table
tr
td
:nth-child
(
8
)
{
background
:
#
E1BEE7
;
background
:
#
FFE082
;
}
}
/
deep
/
.el-table
tr
td
:nth-child
(
9
)
{
/
deep
/
.el-table
tr
td
:nth-child
(
9
)
{
background
:
#E1BEE7
;
background
:
#E1BEE7
;
}
}
/
deep
/
.el-table
tr
td
:nth-child
(
10
)
{
background
:
#E1BEE7
;
}
/
deep
/
.el-table
tr
td
:nth-child
(
11
)
{
background
:
#E1BEE7
;
}
</
style
>
</
style
>
\ No newline at end of file
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