Commit ed260884 authored by youjie's avatar youjie

no message

parent 3fba07c9
......@@ -121,7 +121,7 @@
<template slot-scope="scope">
<span
:class="scope.row.WageReId?'cursor-p':''"
@click="scope.row.WageType?GenerateScale(scope.row):''">{{scope.row.WageType==1?'新员工比例':scope.row.WageType==2?'上季度定档':'-'}}</span>
@click="GenerateScale(scope.row)">{{scope.row.WageType==1?'新员工比例':scope.row.WageType==2?'上季度定档':'-'}}</span>
</template>
</el-table-column>
<el-table-column
......
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