This commit is contained in:
Taric Xin
2022-05-07 14:44:38 +08:00
parent 72dc31a626
commit 18259ad519

View File

@ -72,6 +72,16 @@ export class MenuModalComponent implements OnInit {
widget: 'radio'
}
},
reuse: {
title: '是否缓存页面',
type: 'boolean',
default: this.formData.reuse || false,
enum: [true, false],
readOnly: this.isDisabled,
ui: {
widget: 'radio'
}
},
link: {
title: '菜单路由',
type: 'string',