Commit ae791bf4 authored by liudong1993's avatar liudong1993

1

parent 007d48e8
......@@ -169,21 +169,35 @@
</el-table-column>
<el-table-column
prop=""
:label="$t('ground.dyyj')"align="center">
:label="$t('ground.dyyj')" align="center">
<template slot-scope="scope">
{{scope.row.Commission.toFixed(2)}}
</template>
</el-table-column>
<el-table-column
prop=""
:label="$t('salesModule.ZB')"align="center">
:label="$t('salesModule.ZB')" align="center">
<template slot-scope="scope">
{{scope.row.Rate}}%
</template>
</el-table-column>
<el-table-column
prop=""
:label="$t('objFill.v101.FinancialModule.paiming')"align="center">
:label="$t('ground.jdrs')" align="center">
<template slot-scope="scope">
{{scope.row.EnterNum}}
</template>
</el-table-column>
<el-table-column
prop=""
:label="$t('objFill.v101.LeaderManagement.huiyongrj')" align="center">
<template slot-scope="scope">
{{scope.row.AvgMoney.toFixed(2)}}
</template>
</el-table-column>
<el-table-column
prop=""
:label="$t('objFill.v101.FinancialModule.paiming')" align="center">
<template slot-scope="scope">
{{scope.row.Rank}}
</template>
......
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