|
@@ -244,8 +244,9 @@
|
|
|
:label="item.label" @change="(val) => { topcheckboxChange(val, item.label) }"></el-checkbox>
|
|
|
</el-checkbox-group>
|
|
|
<el-table class="tables" style="font-size:10px" :summary-method="getSummaries" show-summary show-overflow-tooltip :data="tableData" :border="true"
|
|
|
- size="small" row-class-name="row" cell-class-name="column" :highlight-current-row="true" :fit="true"
|
|
|
- :height="centerheight">
|
|
|
+ size="small" row-class-name="row" cell-class-name="column" :highlight-current-row="true" :fit="true">
|
|
|
+ <!-- :height="centerheight" -->
|
|
|
+
|
|
|
<template v-for="( item, index ) in tableLabel ">
|
|
|
<el-table-column :key="index" :prop="item.prop"
|
|
|
:width="item.width == 140 ? columnWidth : item.width" :label="item.label"
|
|
@@ -612,7 +613,7 @@
|
|
|
<span v-else-if="itemcabinone.prop === 'singleProfit'"
|
|
|
:title="scope.row[itemcabinone.prop]">{{
|
|
|
(scope.row['singleQuote'] - scope.row['costPerson']).toFixed(2)
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
<span v-else-if="itemcabinone.prop === 'totalProfit'"
|
|
|
:title="scope.row[itemcabinone.prop]">{{
|
|
|
((scope.row['singleQuote'] - scope.row['costPerson']) *
|