Commit f6cb0c7f authored by youjie's avatar youjie

no message

parent 89287394
......@@ -97,9 +97,11 @@
fixed
prop=""
label="姓名"
width="150" align="center">
width="100" align="center">
<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>
</el-table-column>
<el-table-column
......@@ -143,9 +145,11 @@
fixed
prop=""
label="姓名"
width="150" align="center">
width="100" align="center">
<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>
</el-table-column>
<el-table-column
......@@ -157,6 +161,13 @@
</el-table-column>
<el-table-column
prop=""
label="返佣总额" align="center">
<template slot-scope="scope">
{{scope.row.BackTotalMoney.toFixed(2)}}
</template>
</el-table-column>
<el-table-column
prop=""
label="导游佣金"align="center">
<template slot-scope="scope">
{{scope.row.Commission.toFixed(2)}}
......@@ -189,7 +200,7 @@
fixed
prop=""
label="月份"
width="150" align="center">
width="100" align="center">
<template slot-scope="scope">
{{scope.row.Month}}
</template>
......
......@@ -201,7 +201,7 @@ export default {
PlaceId: '',
Type: '',
LossType: '0',
IsLastData: '1',
IsLastData: '0',
StandardCurrencyId: '1',
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