* zin: render data of product view page.

This commit is contained in:
陈涛
2023-03-28 14:29:20 +08:00
parent 95e2ff8830
commit cfb9274f5b
4 changed files with 189 additions and 181 deletions
+7 -7
View File
@@ -165,7 +165,7 @@ $config->program->productView->dtable->fieldList['closedReqRate']['minWidth'] =
$config->program->productView->dtable->fieldList['closedReqRate']['type'] = 'circleProgress';
$config->program->productView->dtable->fieldList['closedReqRate']['sortType'] = true;
$config->program->productView->dtable->fieldList['planCount']['name'] = 'planCount';
$config->program->productView->dtable->fieldList['planCount']['name'] = 'plans';
$config->program->productView->dtable->fieldList['planCount']['title'] = $lang->productplan->shortCommon;
$config->program->productView->dtable->fieldList['planCount']['width'] = 60;
$config->program->productView->dtable->fieldList['planCount']['type'] = 'format';
@@ -183,7 +183,7 @@ $config->program->productView->dtable->fieldList['testCaseCoverRate']['minWidth'
$config->program->productView->dtable->fieldList['testCaseCoverRate']['type'] = 'circleProgress';
$config->program->productView->dtable->fieldList['testCaseCoverRate']['sortType'] = true;
$config->program->productView->dtable->fieldList['bugActivedCount']['name'] = 'bugActivedCount';
$config->program->productView->dtable->fieldList['bugActivedCount']['name'] = 'unResolvedBugs';
$config->program->productView->dtable->fieldList['bugActivedCount']['title'] = $lang->program->bugActivedCount;
$config->program->productView->dtable->fieldList['bugActivedCount']['minWidth'] = 60;
$config->program->productView->dtable->fieldList['bugActivedCount']['type'] = 'format';
@@ -223,11 +223,11 @@ $config->program->projectView->dtable->fieldList['status']['type'] = 'statu
$config->program->projectView->dtable->fieldList['status']['sortType'] = true;
$config->program->projectView->dtable->fieldList['status']['statusMap'] = $lang->program->statusList;
$config->program->projectView->dtable->fieldList['PMName']['name'] = 'PMName';
$config->program->projectView->dtable->fieldList['PMName']['title'] = $lang->program->PM;
$config->program->projectView->dtable->fieldList['PMName']['minWidth'] = 80;
$config->program->projectView->dtable->fieldList['PMName']['type'] = 'avatarBtn';
$config->program->projectView->dtable->fieldList['PMName']['sortType'] = true;
$config->program->projectView->dtable->fieldList['PM']['name'] = 'PM';
$config->program->projectView->dtable->fieldList['PM']['title'] = $lang->program->PM;
$config->program->projectView->dtable->fieldList['PM']['minWidth'] = 80;
$config->program->projectView->dtable->fieldList['PM']['type'] = 'avatarBtn';
$config->program->projectView->dtable->fieldList['PM']['sortType'] = true;
$config->program->projectView->dtable->fieldList['budget']['name'] = 'budget';
$config->program->projectView->dtable->fieldList['budget']['title'] = $lang->program->budget;