|
@@ -88,7 +88,7 @@
|
|
|
<div ref="echartDomOne" style="height: 30vh"></div>
|
|
|
<div style="margin-top: 10px">
|
|
|
<byTable :hideSearch="true" :tableHeight="300" :source="sourceList.salesData" :pagination="sourceList.salesPagination"
|
|
|
- :config="salesConfig" :loading="salesLoading" highlight-current-row :selectConfig="[]">
|
|
|
+ :config="salesConfig" :loading="salesLoading" highlight-current-row :selectConfig="[]" :hidePagination="true">
|
|
|
</byTable>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -98,7 +98,7 @@
|
|
|
<div ref="echartDomTwo" style="height: 30vh"></div>
|
|
|
<div style="margin-top: 10px">
|
|
|
<byTable :hideSearch="true" :tableHeight="300" :source="sourceList.salesmanSalesData" :pagination="sourceList.salesmanSalesPagination"
|
|
|
- :config="salesmanSalesConfig" :loading="salesmanSalesLoading" highlight-current-row :selectConfig="[]">
|
|
|
+ :config="salesmanSalesConfig" :loading="salesmanSalesLoading" highlight-current-row :selectConfig="[]" :hidePagination="true">
|
|
|
</byTable>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -114,7 +114,7 @@
|
|
|
<div style="margin-top: 10px">
|
|
|
<byTable :hideSearch="true" :tableHeight="300" :source="sourceList.productSalesVolumeData"
|
|
|
:pagination="sourceList.productSalesVolumePagination" :config="productSalesConfig" :loading="productSalesLoading"
|
|
|
- highlight-current-row :selectConfig="[]">
|
|
|
+ highlight-current-row :selectConfig="[]" :hidePagination="true">
|
|
|
</byTable>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -125,7 +125,7 @@
|
|
|
<div style="margin-top: 10px">
|
|
|
<byTable :hideSearch="true" :tableHeight="300" :source="sourceList.productSalesVolumeOneData"
|
|
|
:pagination="sourceList.productSalesVolumeOnePagination" :config="productSalesOneConfig" :loading="productSalesOneLoading"
|
|
|
- highlight-current-row :selectConfig="[]">
|
|
|
+ highlight-current-row :selectConfig="[]" :hidePagination="true">
|
|
|
</byTable>
|
|
|
</div>
|
|
|
</div>
|