fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-02-24 20:09:49
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-04-27 15:03:23
|
||||
* @LastEditTime : 2022-05-05 17:04:31
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\rebate-setting\\add\\add.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -74,13 +74,14 @@
|
||||
</sv>
|
||||
|
||||
<sv label="优先级" col="1">
|
||||
<nz-select [(ngModel)]="priority" [disabled]="hiden" style="max-width: 400px; min-width: 200px; margin-left: 28px">
|
||||
<!-- <nz-select [(ngModel)]="priority" [disabled]="hiden" style="max-width: 400px; min-width: 200px; margin-left: 28px">
|
||||
<nz-option nzValue="1" nzLabel="1">1</nz-option>
|
||||
<nz-option nzValue="2" nzLabel="2">2</nz-option>
|
||||
<nz-option nzValue="3" nzLabel="3">3</nz-option>
|
||||
<nz-option nzValue="4" nzLabel="4">4</nz-option>
|
||||
<nz-option nzValue="5" nzLabel="5">5</nz-option>
|
||||
</nz-select>
|
||||
</nz-select> -->
|
||||
<nz-input-number style="max-width: 400px; min-width: 200px; margin-left: 28px" [(ngModel)]="priority" [nzMin]="0" [nzMax]="9999" [nzStep]="1"></nz-input-number>
|
||||
</sv>
|
||||
|
||||
<sv label="规则说明" col="1">
|
||||
|
||||
Reference in New Issue
Block a user