From 8d2a6271eb9bd027e877f68d090d9f76f51c7832 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 4 Jan 2024 18:23:08 +0800 Subject: [PATCH] * Fix bug #43237. --- module/program/config/dtable.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/program/config/dtable.php b/module/program/config/dtable.php index 7c808dac3c..34af6a7f87 100644 --- a/module/program/config/dtable.php +++ b/module/program/config/dtable.php @@ -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;