feat: 新增级联菜单删除按钮

This commit is contained in:
xlsea
2025-06-05 21:45:34 +08:00
parent f81a65a359
commit 40f3fbbd77
7 changed files with 145 additions and 5 deletions

View File

@ -612,6 +612,10 @@ const local: App.I18n.Schema = {
required: 'Please select Menu Icon',
invalid: 'Menu Icon cannot be empty'
},
menuIds: {
required: 'Please select Menu',
invalid: 'Menu cannot be empty'
},
menuName: {
required: 'Please enter Menu Name',
invalid: 'Menu Name cannot be empty'
@ -669,7 +673,8 @@ const local: App.I18n.Schema = {
button: 'Button',
addMenu: 'Add Menu',
addChildMenu: 'Add Child Menu',
editMenu: 'Edit Menu'
editMenu: 'Edit Menu',
cascadeDelete: 'Cascade Delete Menu'
},
notice: {
title: 'Notice List',