|
@@ -101,7 +101,7 @@
|
|
|
:style="{ height: tableHeight+70+'px' }"
|
|
|
:columns="columns"
|
|
|
:data="loadData"
|
|
|
- :scroll="{x:2200, y: tableHeight-120}"
|
|
|
+ :scroll="{x:2200, y: tableHeight-130}"
|
|
|
:defaultLoadData="false"
|
|
|
bordered>
|
|
|
<template slot="footer" v-if="totalData&&totalData.length">
|
|
@@ -231,7 +231,6 @@ export default {
|
|
|
const _this = this
|
|
|
const tableTitle = await salesStatsDealerTitle().then(res => res.data)
|
|
|
this.columns = tableTitle.list
|
|
|
- this.columns.unshift({ title: '序号', dataIndex: 'no', fixed: 'left', align: 'center' })
|
|
|
this.countLabel = tableTitle.count
|
|
|
this.columns.map(item => {
|
|
|
item.titleNum = item.title
|