Commit eecadbfd authored by youjie's avatar youjie

no message

parent d294bca7
......@@ -47,9 +47,9 @@
<span :class="scope.row.WageReId?'cursor-p':''" @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}}
+ {{scope.row.WageMoney}}
</template>
</el-table-column>
<el-table-column label="本次提成比例">
......
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