This commit is contained in:
liushiwei
2023-09-12 22:09:09 +08:00
parent 1f47eec9d1
commit fb3ef14191
3 changed files with 3 additions and 0 deletions

View File

@@ -178,6 +178,7 @@
:tableData="successData" :tableData="successData"
:col-configs="successColConfigs" :col-configs="successColConfigs"
:total="total" :total="total"
height="500"
:isShowPagination="false" :isShowPagination="false"
style="margin-top: 8px;"> style="margin-top: 8px;">
</ai-table> </ai-table>

View File

@@ -28,6 +28,7 @@
:tableData="choosedList" :tableData="choosedList"
:col-configs="robColConfigs" :col-configs="robColConfigs"
:total="total" :total="total"
height="500"
:isShowPagination="false" :isShowPagination="false"
style="margin-top: 8px;"> style="margin-top: 8px;">
<el-table-column slot="productName" width="480px" label="基本信息" align="center"> <el-table-column slot="productName" width="480px" label="基本信息" align="center">

View File

@@ -37,6 +37,7 @@
:tableData="list" :tableData="list"
:col-configs="colConfigs" :col-configs="colConfigs"
:total="list.length" :total="list.length"
height="500"
style="margin-top: 8px;" style="margin-top: 8px;"
@getList="() => {}"> @getList="() => {}">
</ai-table> </ai-table>