Commit f6cb0c7f authored by youjie's avatar youjie

no message

parent 89287394
...@@ -97,9 +97,11 @@ ...@@ -97,9 +97,11 @@
fixed fixed
prop="" prop=""
label="姓名" label="姓名"
width="150" align="center"> width="100" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.Name}} <el-tooltip class="item" effect="dark" :content="scope.row.Name" placement="top">
<span style="text-overflow: ellipsis;white-space: nowrap;">{{scope.row.Name}}</span>
</el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -143,9 +145,11 @@ ...@@ -143,9 +145,11 @@
fixed fixed
prop="" prop=""
label="姓名" label="姓名"
width="150" align="center"> width="100" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.Name}} <el-tooltip class="item" effect="dark" :content="scope.row.Name" placement="top">
<span style="text-overflow: ellipsis;white-space: nowrap;">{{scope.row.Name}}</span>
</el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -157,6 +161,13 @@ ...@@ -157,6 +161,13 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="" prop=""
label="返佣总额" align="center">
<template slot-scope="scope">
{{scope.row.BackTotalMoney.toFixed(2)}}
</template>
</el-table-column>
<el-table-column
prop=""
label="导游佣金"align="center"> label="导游佣金"align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.Commission.toFixed(2)}} {{scope.row.Commission.toFixed(2)}}
...@@ -189,7 +200,7 @@ ...@@ -189,7 +200,7 @@
fixed fixed
prop="" prop=""
label="月份" label="月份"
width="150" align="center"> width="100" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.Month}} {{scope.row.Month}}
</template> </template>
......
...@@ -201,7 +201,7 @@ export default { ...@@ -201,7 +201,7 @@ export default {
PlaceId: '', PlaceId: '',
Type: '', Type: '',
LossType: '0', LossType: '0',
IsLastData: '1', IsLastData: '0',
StandardCurrencyId: '1', StandardCurrencyId: '1',
MaoLiRate: 0.049 MaoLiRate: 0.049
}, },
......
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