This commit is contained in:
wangyidong
2024-01-04 18:23:08 +08:00
parent 636f3622db
commit 8d2a6271eb
+1
View File
@@ -238,6 +238,7 @@ $config->program->browse->dtable->fieldList['budget']['group'] = 3;
$config->program->browse->dtable->fieldList['invested']['name'] = 'invested';
$config->program->browse->dtable->fieldList['invested']['title'] = $lang->program->invested;
$config->program->browse->dtable->fieldList['invested']['minWidth'] = 70;
$config->program->browse->dtable->fieldList['invested']['width'] = 70;
$config->program->browse->dtable->fieldList['invested']['type'] = 'format';
$config->program->browse->dtable->fieldList['invested']['sortType'] = false;
$config->program->browse->dtable->fieldList['invested']['show'] = true;