|
@@ -64,6 +64,7 @@
|
|
|
:rowKey="(record) => record.id"
|
|
|
:columns="columns"
|
|
|
:data="loadData"
|
|
|
+ :scroll="{ x: 1720}"
|
|
|
bordered>
|
|
|
<!-- 操作 -->
|
|
|
<template slot="action" slot-scope="text, record">
|
|
@@ -132,7 +133,7 @@ export default {
|
|
|
{ title: '详细地址', dataIndex: 'address', width: 200, align: 'center' },
|
|
|
{ title: '兑换规则', dataIndex: 'exRuleName', width: 200, align: 'center' },
|
|
|
{ title: '投放时间段名称', dataIndex: 'timeRuleName', width: 200, align: 'center' },
|
|
|
- { title: '操作', scopedSlots: { customRender: 'action' }, width: 200, align: 'center' }
|
|
|
+ { title: '操作', scopedSlots: { customRender: 'action' }, width: 200, align: 'center',fixed:'right' }
|
|
|
],
|
|
|
// 加载数据方法 必须为 Promise 对象
|
|
|
loadData: parameter => {
|