* Fix bugs of devops.

This commit is contained in:
zhaoke
2023-08-08 14:38:19 +08:00
parent 25eb67ac41
commit 17f4d37cfc
15 changed files with 79 additions and 17 deletions
+1 -1
View File
@@ -543,7 +543,7 @@ function initTableData(array $items, array &$fieldList, object $model = null): a
}
$item->actions[] = 'other:' . $otherAction;
}
elseif($actionKey == 'more')
elseif($actionKey === 'more')
{
$moreAction = '';
foreach($actionMenu as $moreActionName)