diff --git a/src/views/report/ReportProject.vue b/src/views/report/ReportProject.vue index 99728ac3..67aa4507 100644 --- a/src/views/report/ReportProject.vue +++ b/src/views/report/ReportProject.vue @@ -417,7 +417,7 @@ export default { title: "项目名称", dataIndex: "projectName", key: "projectName", - width: 120, + width: 240, ellipsis: true, align: "left", fixed: "left", @@ -427,7 +427,7 @@ export default { dataIndex: "sourceBelongName", ellipsis: true, key: "sourceBelongName", - width: 120, + width: 240, align: "center", fixed: "left", }, @@ -445,7 +445,7 @@ export default { dataIndex: "stageTotal", ellipsis: true, key: "stageTotal", - width: 120, + width: 90, align: "center", }, { @@ -453,7 +453,7 @@ export default { dataIndex: "taskTotal", ellipsis: true, key: "taskTotal", - width: 120, + width: 90, align: "center", }, { @@ -461,7 +461,7 @@ export default { dataIndex: "participantsTotal", ellipsis: true, key: "participantsTotal", - width: 120, + width: 90, align: "center", }, { @@ -469,7 +469,7 @@ export default { dataIndex: "startLearnerTotal", ellipsis: true, key: "startLearnerTotal", - width: 120, + width: 90, align: "center", }, { @@ -477,7 +477,7 @@ export default { dataIndex: "participantsRate", ellipsis: true, key: "participantsRate", - width: 120, + width: 90, align: "center", }, { @@ -485,7 +485,7 @@ export default { dataIndex: "peopleCompletedTotal", ellipsis: true, key: "peopleCompletedTotal", - width: 120, + width: 90, align: "center", }, {