* Adjust project creation and editing logic.

This commit is contained in:
leiyong
2020-09-23 11:03:30 +08:00
parent 87ec019d60
commit 3dc97e7148
8 changed files with 135 additions and 51 deletions
+4
View File
@@ -81,6 +81,10 @@ $lang->program->templateList['waterfall'] = "瀑布";
$lang->program->PRJCategoryList['single'] = "单产品项目";
$lang->program->PRJCategoryList['multiple'] = "多产品项目";
$lang->program->PRJLifeTimeList['short'] = "短期";
$lang->program->PRJLifeTimeList['long'] = "长期";
$lang->program->PRJLifeTimeList['ops'] = "运维";
$lang->program->featureBar['all'] = '所有';
$lang->program->featureBar['doing'] = '进行中';
$lang->program->featureBar['wait'] = '未开始';