mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增级联菜单删除按钮
This commit is contained in:
2
src/typings/app.d.ts
vendored
2
src/typings/app.d.ts
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user