调整
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user