chenrui vor 1 Monat
Ursprung
Commit
9bb0ce2b67

+ 1 - 2
src/views/reportData/billingStatistics/customerCountList.vue

@@ -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

+ 1 - 2
src/views/reportData/billingStatistics/provinceCountList.vue

@@ -74,7 +74,7 @@
           :style="{ height: tableHeight+70+'px' }"
           :columns="columns"
           :data="loadData"
-          :scroll="{x:2200, y: tableHeight-120}"
+          :scroll="{x:2200, y: tableHeight-130}"
           :defaultLoadData="false"
           :showPagination="false"
           bordered>
@@ -191,7 +191,6 @@ export default {
       const _this = this
       const tableTitle = await salesStatsProvinceTit().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