This commit is contained in:
dinghao
2024-05-28 11:08:57 +08:00
parent d2b0a2ca06
commit de08945d49
12 changed files with 1125 additions and 476 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,