diff --git a/src/views/projectManagement/RecommendHotelPage.vue b/src/views/projectManagement/RecommendHotelPage.vue index 7d17452..1cf5ff2 100644 --- a/src/views/projectManagement/RecommendHotelPage.vue +++ b/src/views/projectManagement/RecommendHotelPage.vue @@ -83,7 +83,7 @@ size="middle" bordered rowKey="id" - :scroll="{x:true}" + :scroll="{x:1600}" :columns="columns" :dataSource="dataSource" :pagination="ipagination" @@ -142,7 +142,7 @@ export default { align: 'center', dataIndex: 'recommendPeople', scopedSlots: {customRender: 'text'}, - width: 100, + width: 80, }, { title: '酒店名称', @@ -156,14 +156,14 @@ export default { align: 'center', dataIndex: 'hotelProvince', scopedSlots: {customRender: 'text'}, - width: 100, + width: 80, }, { title: '所在城市', align: 'center', dataIndex: 'hotelCity', scopedSlots: {customRender: 'text'}, - width: 100, + width: 80, }, { title: '是否举办过标准院会议', @@ -191,14 +191,14 @@ export default { align: 'center', dataIndex: 'remark', scopedSlots: {customRender: 'text'}, - width: 100, + width: 150 }, { title: '操作', dataIndex: 'action', align: 'center', // fixed: 'right', - width: 100, + width: 80, scopedSlots: { customRender: 'action' } } ],