From 1887b89136efd83b9bdfd183ce34d490516d9628 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 11 May 2022 16:04:34 +0800 Subject: [PATCH] fix bug --- .../partner/level-config/components/edit/edit.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/routes/partner/level-config/components/edit/edit.component.ts b/src/app/routes/partner/level-config/components/edit/edit.component.ts index 8d76477a..8f4ecbaf 100644 --- a/src/app/routes/partner/level-config/components/edit/edit.component.ts +++ b/src/app/routes/partner/level-config/components/edit/edit.component.ts @@ -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) => {