Commit 07260368 authored by liudong1993's avatar liudong1993

1

parent 533c8a35
...@@ -48,6 +48,22 @@ ...@@ -48,6 +48,22 @@
{{scope.row.DetailList[i].MaoLiRate.toFixed(2)}}% {{scope.row.DetailList[i].MaoLiRate.toFixed(2)}}%
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
prop=""
:label="$t('objFill.qitashouru')"
min-width="120" align="center">
<template slot-scope="scope">
{{scope.row.DetailList[i].OtherIncome.toFixed(2)}}
</template>
</el-table-column>
<el-table-column
prop=""
:label="$t('salesModule.ZB')"
min-width="120" align="center">
<template slot-scope="scope">
{{scope.row.DetailList[i].OtherRate}}%
</template>
</el-table-column>
<el-table-column <el-table-column
prop="" prop=""
:label="$t('objFill.shijilirun')" :label="$t('objFill.shijilirun')"
......
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