@@ -14,6 +14,7 @@
url: '/supports/delivery/day/report/summary/list',
// 设置网络请求方式为GET
requestMethod: 'GET',
+ scroll: { x: 'true' },
tableId: TABLE_ID_CONST.TEAMWORK.PROJECT_MANAGE.Task_LIST,
tableAttrs: {},
showIndexColumn: true,
@@ -25,7 +26,7 @@
},
],
columns: [
- {
+ {
title: '星期',
dataIndex: 'weekCn',
align: 'center',
@@ -64,8 +65,7 @@
{
title: '驻场情况',
dataIndex: 'residentSituation',
- align: 'center',
- width: '100px',
+ width: 300,
ellipsis: true,