Commit 2e596356 authored by youjie's avatar youjie

屏蔽追加工资

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