This commit is contained in:
lanzongjun
2022-08-04 15:34:41 +08:00
parent 8a1e343635
commit aa3b287d38
3 changed files with 23 additions and 29 deletions
+1
View File
@@ -86,6 +86,7 @@ $lang->programplan->error->parentWorkload = '子阶段的工作量之和不能
$lang->programplan->error->parentDuration = '子阶段计划开始、计划完成不能超过父阶段';
$lang->programplan->error->sameName = '阶段名称不能相同!';
$lang->programplan->error->taskDrag = '%s的任务不可以拖动';
$lang->programplan->error->planDrag = '%s的阶段不可以拖动';
$lang->programplan->ganttBrowseType['gantt'] = '按阶段分组';