This commit is contained in:
wangshiming
2022-05-05 14:15:01 +08:00
parent c862ec8ba2
commit c80e7aedc2
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<sf #sf [ui]="ui" [schema]="schema" [button]="'none'" [formData]="record">
</sf>
<sf #sf [loading]="service.http.loading" [ui]="ui" [schema]="schema" [button]="'none'" [formData]="record">
</sf>
<div *nzModalFooter>
<button nz-button nzType="default" (click)="close()">取消</button>

View File

@ -132,6 +132,7 @@ export class ParterChannelSalesListComponent implements OnInit {
{
text: '冻结',
acl: { ability: ['channelSales-frozen'] },
iif: (item) => {return item.stateLocked == false},
click: (_record, _modal, _instance) => this.stop(_record),
}
]