tijiao
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user