From fff9bf1920b0fd9d6d2c23d7787bcb07c61ed08b Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 13 Nov 2023 08:48:11 +0800 Subject: [PATCH] * Add project model icon in program::browse. --- module/program/config/dtable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/config/dtable.php b/module/program/config/dtable.php index fbd89097e6..4aef22a729 100644 --- a/module/program/config/dtable.php +++ b/module/program/config/dtable.php @@ -204,7 +204,7 @@ $config->program->browse->dtable->fieldList['name']['flex'] = 1; $config->program->browse->dtable->fieldList['name']['nestedToggle'] = true; $config->program->browse->dtable->fieldList['name']['checkbox'] = true; $config->program->browse->dtable->fieldList['name']['sortType'] = true; -$config->program->browse->dtable->fieldList['name']['iconRender'] = 'RAWJSRAWJS'; +$config->program->browse->dtable->fieldList['name']['iconRender'] = 'RAWJSRAWJS'; $config->program->browse->dtable->fieldList['name']['required'] = true; $config->program->browse->dtable->fieldList['name']['show'] = true; $config->program->browse->dtable->fieldList['name']['group'] = 1;