fix bug
This commit is contained in:
		| @ -1,3 +1,13 @@ | ||||
| /* | ||||
|  * @Description  :  | ||||
|  * @Version      : 1.0 | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-04-28 20:27:22 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-05-07 17:50:23 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\partner\\level-config\\components\\edit\\edit.component.ts | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
|  */ | ||||
| import { AfterViewInit, ChangeDetectorRef, Component, OnChanges, OnInit, ViewChild } from '@angular/core'; | ||||
| import { ActivatedRoute } from '@angular/router'; | ||||
| import { SFComponent, SFRadioWidgetSchema, SFSchema, SFSchemaEnumType, SFSelectWidgetSchema, SFTextareaWidgetSchema, SFUISchema } from '@delon/form'; | ||||
| @ -39,12 +49,14 @@ export class ParterLevelConfigEditComponent implements OnInit { | ||||
|           ui: { hidden: true } | ||||
|         }, | ||||
|         gradeName: { | ||||
|           title: '等级名称', | ||||
|           title: '等级名称444', | ||||
|           type: 'string', | ||||
|           maxLength: 12 | ||||
|         }, | ||||
|         sortId: { | ||||
|           title: '排序', | ||||
|           type: 'string', | ||||
|           minimum: 0, | ||||
|           type:"number", | ||||
|         }, | ||||
|         remark: { | ||||
|           type: 'string', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user