|
@@ -87,6 +87,7 @@
|
|
|
:pagination="ipagination"
|
|
|
:loading="loading"
|
|
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
|
|
|
+ :scroll="{ x: 1500}"
|
|
|
@change="handleTableChange">
|
|
|
|
|
|
<template slot="htmlSlot" slot-scope="text">
|
|
@@ -247,6 +248,8 @@
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|
|
|
align:"center",
|
|
|
+ width:160,
|
|
|
+ fixed: 'right',
|
|
|
scopedSlots: { customRender: 'action' },
|
|
|
}
|
|
|
],
|