This commit is contained in:
dinghao
2024-05-22 16:31:55 +08:00
parent 60ae99d410
commit 3f236bb1b1
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,