This commit is contained in:
xuziqiang
2024-05-22 16:39:51 +08:00
4 changed files with 698 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ export function useTableColumn({ columnActions }: any) {
if (autoMergeAction) {
const _actions = [];
const actionsLength = actions.length;
if (actionsLength > 2) {
if (actionsLength > 4) {
const moreAction = {
label: '更多',
openPermission: true,