This commit is contained in:
tianshujie
2024-04-24 14:14:02 +08:00
parent d480ef87bd
commit 8168c98ba8
2 changed files with 24 additions and 17 deletions
+2
View File
@@ -236,6 +236,7 @@ $config->program->browse->dtable->fieldList['budget']['name'] = 'budget';
$config->program->browse->dtable->fieldList['budget']['title'] = $lang->program->budget;
$config->program->browse->dtable->fieldList['budget']['width'] = 90;
$config->program->browse->dtable->fieldList['budget']['type'] = 'format';
$config->program->browse->dtable->fieldList['budget']['align'] = 'right';
$config->program->browse->dtable->fieldList['budget']['sortType'] = true;
$config->program->browse->dtable->fieldList['budget']['show'] = true;
$config->program->browse->dtable->fieldList['budget']['group'] = 3;
@@ -245,6 +246,7 @@ $config->program->browse->dtable->fieldList['invested']['title'] = $lang->pro
$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']['align'] = 'right';
$config->program->browse->dtable->fieldList['invested']['sortType'] = false;
$config->program->browse->dtable->fieldList['invested']['show'] = true;
$config->program->browse->dtable->fieldList['invested']['group'] = 3;