|
@@ -39,7 +39,7 @@
|
|
|
<!-- 补打-->
|
|
|
<!-- </a-button>-->
|
|
|
</div>
|
|
|
- <a-table :columns="columns" :data-source="list" :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: handleChangeV1 }" size="default"
|
|
|
+ <a-table :columns="columns" :data-source="list" :scroll="{ x: 1000, y: 300 }" :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: handleChangeV1 }" size="default"
|
|
|
:customHeaderRow="customHeaderRow" :custom-row="customRow" :pagination="pagination" @change="tablePaginationChange" >
|
|
|
<span slot="serial" slot-scope="text, record, index">
|
|
|
{{ index + 1 }}
|