* helper: display text if the action button hasn't icon.

This commit is contained in:
liugang
2024-03-20 09:10:46 +08:00
committed by liyang
parent bca006a2ea
commit 6cb6ef92bb
+1 -1
View File
@@ -643,7 +643,7 @@ function initTableActions(array &$fieldList, string $actionMenu): void
if(!isset($fieldList['actions']['list'][$action])) continue;
$actionConfig = $fieldList['actions']['list'][$action];
$actionConfig['text'] = '';
if(!empty($actionConfig['icon'])) $actionConfig['text'] = '';
if(!empty($actionConfig['url']['module']) && !empty($actionConfig['url']['method']))
{