This commit is contained in:
xuziqiang
2024-05-28 14:48:38 +08:00
12 changed files with 1126 additions and 477 deletions

View File

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