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-26 15:50:41
|
||||
* @LastEditTime : 2022-04-26 16: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.
|
||||
-->
|
||||
@ -37,8 +37,11 @@
|
||||
</sv>
|
||||
|
||||
<sv col="1">
|
||||
<div style="width: 850px">
|
||||
<app-rebate-table #table [(data)]="tabelData"></app-rebate-table>
|
||||
<div style="width: 850px" *ngIf="configType == '1'">
|
||||
<app-rebate-table #table [(data)]="tabelData" [type]="1"></app-rebate-table>
|
||||
</div>
|
||||
<div style="width: 850px" *ngIf="configType == '2'">
|
||||
<app-rebate-table #table [(data)]="tabelData" [type]="2"></app-rebate-table>
|
||||
</div>
|
||||
</sv>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user