表头固定

This commit is contained in:
yanran200730
2023-09-12 20:49:22 +08:00
parent 456c2efffd
commit 1f47eec9d1

View File

@@ -106,6 +106,7 @@
<ai-table <ai-table
:isShowPagination="false" :isShowPagination="false"
:tableData="last30DaySkuList" :tableData="last30DaySkuList"
height="500"
:col-configs="col30DaysSkuConfigs" :col-configs="col30DaysSkuConfigs"
:total="last30DaySkuList.length" :total="last30DaySkuList.length"
style="margin-top: 8px;" style="margin-top: 8px;"
@@ -129,6 +130,7 @@
<ai-table <ai-table
:isShowPagination="false" :isShowPagination="false"
:tableData="last30DaySkcList" :tableData="last30DaySkcList"
height="500"
:col-configs="col30DaysSkcConfigs" :col-configs="col30DaysSkcConfigs"
:total="last30DaySkcList.length" :total="last30DaySkcList.length"
style="margin-top: 8px;" style="margin-top: 8px;"