Commit 2e596356 authored by youjie's avatar youjie

屏蔽追加工资

parent cd8fc639
...@@ -102,11 +102,11 @@ ...@@ -102,11 +102,11 @@
@click="GenerateScale(scope.row)">{{scope.row.WageType!=1?'上季度定档':'新员工比例'}}</span> @click="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">
+ {{scope.row.WageMoney}} + {{scope.row.WageMoney}}
</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.CommissionRate}}% {{scope.row.CommissionRate}}%
......
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
</table> </table>
<div class="ITUDschedule-Box-box"> <div class="ITUDschedule-Box-box">
<div class="ITUDschedule-box"> <div v-if="false" class="ITUDschedule-box">
<div class="ITUDWageMoney-box"> <div class="ITUDWageMoney-box">
<span>追加工资:{{commissionratioList.WageMoney}}</span> <span>追加工资:{{commissionratioList.WageMoney}}</span>
</div> </div>
......
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