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

@ -714,6 +714,7 @@ declare namespace App {
form: {
parentId: FormMsg;
menuType: FormMsg;
menuIds: FormMsg;
icon: FormMsg;
menuName: FormMsg;
orderNum: FormMsg;
@ -740,6 +741,7 @@ declare namespace App {
addMenu: string;
addChildMenu: string;
editMenu: string;
cascadeDelete: string;
};
notice: {
title: string;