Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
		| @ -72,6 +72,16 @@ export class MenuModalComponent implements OnInit { | |||||||
|             widget: 'radio' |             widget: 'radio' | ||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|  |         reuse: { | ||||||
|  |           title: '是否缓存页面', | ||||||
|  |           type: 'boolean', | ||||||
|  |           default: this.formData.reuse || false, | ||||||
|  |           enum: [true, false], | ||||||
|  |           readOnly: this.isDisabled, | ||||||
|  |           ui: { | ||||||
|  |             widget: 'radio' | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|         link: { |         link: { | ||||||
|           title: '菜单路由', |           title: '菜单路由', | ||||||
|           type: 'string', |           type: 'string', | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user