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"
:col-configs="successColConfigs"
:total="total"
height="500"
:isShowPagination="false"
style="margin-top: 8px;">
</ai-table>

View File

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

View File

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