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:00:01
|
* @LastEditTime : 2022-05-07 18:04:15
|
||||||
* @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.
|
||||||
*/
|
*/
|
||||||
@ -57,6 +57,11 @@ export class ParterLevelConfigEditComponent implements OnInit {
|
|||||||
title: '排序',
|
title: '排序',
|
||||||
minimum: 0,
|
minimum: 0,
|
||||||
type:"number",
|
type:"number",
|
||||||
|
ui: {
|
||||||
|
change: (item: any) => {
|
||||||
|
this.sf.setValue('/sortId', item?.toFixed(0))
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
remark: {
|
remark: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
Reference in New Issue
Block a user