Commit 5b47f46d authored by liudong1993's avatar liudong1993

1

parent 5b1ccc2a
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment