This commit is contained in:
wangshiming
2022-03-09 14:26:51 +08:00
parent c8fef47035
commit f5b51e9d2c

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-03-09 14:05:33
* @LastEditors : Shiming
* @LastEditTime : 2022-03-09 14:24:27
* @LastEditTime : 2022-03-09 14:26:29
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\note-management\\note-management.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -18,7 +18,7 @@
[button]="'none'"></sf>
</div>
<div nz-col [nzSpan]="8" nzOffset="1">
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)" acl [acl-ability]="['SYSTEM-ROLE-list']">查询</button>
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)" acl [acl-ability]="['NOTE-MANAGEMENT-search']">查询</button>
<button nz-button (click)="resetSF()">重置</button>
</div>
</div>