@@ -85,7 +85,7 @@
:dataSource="dataSource"
:pagination="ipagination"
:loading="loading"
- :scroll="{ x: 1880}"
+ :scroll="{ x: 1980}"
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange,getCheckboxProps:getCheckboxProps}"
@change="handleTableChange">
@@ -179,7 +179,7 @@
{
title: '发布人',
align: 'left',
- width: 200,
+ width: 300,
dataIndex: 'username'
},
@@ -130,7 +130,7 @@
- :scroll="{ x: 1900}"
<span slot="action1" slot-scope="text, record">
@@ -322,7 +322,7 @@
title:'发布人',
align:"left",
- width: 220,
dataIndex: 'companyName',
scopedSlots: { customRender: 'action5' },