Commit f527324c authored by youjie's avatar youjie

no message

parent 616e3be1
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
</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?'cursor-p':''" @click="scope.row.WageType?GenerateScale(scope.row):''">{{scope.row.WageType!=1?'上季度定档':'新员工比例'}}</span> <span :class="scope.row.WageReId?'cursor-p':''" @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="基本工资">
......
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