This commit is contained in:
liumengyi
2024-01-10 11:12:34 +08:00
parent b51d855f30
commit 06a584a33e
+1
View File
@@ -200,6 +200,7 @@ $config->bug->dtable->fieldList['lastEditedBy']['title'] = $lang->bug->lastEd
$config->bug->dtable->fieldList['lastEditedBy']['type'] = 'user';
$config->bug->dtable->fieldList['lastEditedBy']['group'] = 10;
$config->bug->dtable->fieldList['lastEditedBy']['sortType'] = true;
$config->bug->dtable->fieldList['lastEditedBy']['width'] = '90px';
$config->bug->dtable->fieldList['lastEditedDate']['title'] = $lang->bug->abbr->lastEditedDate;
$config->bug->dtable->fieldList['lastEditedDate']['type'] = 'date';