@@ -85,7 +85,7 @@
:pagination="ipagination"
:loading="loading"
rowselection="false"
-
+ :scroll="{ x: 1500}"
@change="handleTableChange">
<template slot="htmlSlot" slot-scope="text">
@@ -239,7 +239,9 @@
{
title: '操作',
dataIndex: 'action',
+ fixed: 'right',
align:"center",
+ width:60,
scopedSlots: { customRender: 'action' }
}
],