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