* finish task #7643,

This commit is contained in:
z
2020-08-24 10:18:53 +08:00
parent 23055c1ed6
commit 23d070d622
5 changed files with 193 additions and 35 deletions
+5
View File
@@ -11,3 +11,8 @@ $config->program->editor->suspend = array('id' => 'comment', 'tools' => 'simple
$config->program->list = new stdclass();
$config->program->list->exportFields = 'id,name,code,template,category,status,begin,end,budget,PM,end,desc';
$config->program->create = new stdclass();
$config->program->edit = new stdclass();
$config->program->create->requiredFields = 'name,code,begin,end';
$config->program->edit->requiredFields = 'name,code,begin,end';