@@ -22,7 +22,7 @@
<a-table
ref="table"
size="default"
- :scroll={y:500}
+ :scroll="{y:500}"
:pagination="false"
:rowKey="(record) => record.id"
:columns="columns"
@@ -79,7 +79,7 @@
<s-table
ref="tableItem"
:showPagination="false"
:row-selection="rowSelection"