perf: 修改导出报表文案

This commit is contained in:
韦荣超 2022-03-04 09:57:54 +08:00
parent 29da4d209d
commit 1ffd2812dc

View File

@ -1025,7 +1025,7 @@ class ProjectController extends AbstractController
$headings[] = '完成时间'; $headings[] = '完成时间';
$headings[] = '归档时间'; $headings[] = '归档时间';
$headings[] = '任务计划用时'; $headings[] = '任务计划用时';
$headings[] = '实际完成用时'; $headings[] = '实际完成用时';
$headings[] = '超时时间'; $headings[] = '超时时间';
$headings[] = '开发用时'; $headings[] = '开发用时';
$headings[] = '验收/测试用时'; $headings[] = '验收/测试用时';