This commit is contained in:
wangshiming
2022-05-07 17:57:13 +08:00
parent 41f2805b25
commit b4d35f1369
5 changed files with 24 additions and 10 deletions

View File

@ -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',