fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-04-28 20:27:22
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-05-07 18:04:15
|
||||
* @LastEditTime : 2022-05-11 16:04:16
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\level-config\\components\\edit\\edit.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -49,6 +49,7 @@ export class ParterLevelConfigEditComponent implements OnInit {
|
||||
sortId: {
|
||||
title: '排序',
|
||||
minimum: 0,
|
||||
maximum: 999999,
|
||||
type:"number",
|
||||
ui: {
|
||||
change: (item: any) => {
|
||||
|
||||
Reference in New Issue
Block a user