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