|
|
@@ -12,11 +12,6 @@
|
|
|
<template #slot-export-due>
|
|
|
<el-button type="primary" size="mini" style="margin-left:60px;" @click="exportData()">导出数据</el-button>
|
|
|
</template>
|
|
|
- <template #slot-class-tip>
|
|
|
- <div class="class-tip">
|
|
|
- 采购成本、销售收入已按售后扣减(隔天售后记在通过日,分类成本/收入可为负)。采购仅退款、销售仅退款含隔天通过日金额。
|
|
|
- </div>
|
|
|
- </template>
|
|
|
<template #table-column-income="{scope}">
|
|
|
<div :style="negStyle(scope.row.income)">{{ formatNum(scope.row.income) }}</div>
|
|
|
</template>
|
|
|
@@ -180,7 +175,7 @@ export default {
|
|
|
'flex1'
|
|
|
],
|
|
|
[ 'data-table' ],
|
|
|
- ['slot-class-tip','flex1']
|
|
|
+ ['flex1']
|
|
|
])
|
|
|
.done();
|
|
|
app.refresh();
|
|
|
@@ -199,13 +194,4 @@ export default {
|
|
|
.shop-list {
|
|
|
height: 100%;
|
|
|
}
|
|
|
-.class-tip {
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- margin-top: 10px;
|
|
|
- padding: 0 4px;
|
|
|
- font-size: 13px;
|
|
|
- color: #1c89e0;
|
|
|
- line-height: 1.6;
|
|
|
-}
|
|
|
</style>
|