fix bug
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
[compact]="true" [button]="'none'"></sf>
|
||||
</div>
|
||||
<div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
|
||||
<button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)" acl
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)" acl
|
||||
[acl-ability]="['FINANCIAL-COST-list']">查询</button>
|
||||
<button nz-button (click)="resetSF()">重置</button>
|
||||
<!-- <button nz-button (click)="exportList()"> 导出</button>
|
||||
@ -33,11 +33,11 @@
|
||||
<nz-card class="content-box">
|
||||
<div nz-row class="mb-sm">
|
||||
<div nz-col nzSpan="24">
|
||||
<!-- <button nz-button nzType="primary" [nzLoading]="false"
|
||||
<!-- <button nz-button nzType="primary" [nzLoading]="service.http.loading"
|
||||
(click)="routeTo('/financial-management/cost-management/expenses-receivable/1')">添加应收费用</button>
|
||||
<button nz-button nzType="primary" [nzLoading]="false"
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading"
|
||||
(click)="routeTo('/financial-management/cost-management/expenses-payable/1')">添加应付费用</button>
|
||||
<button nz-button nzType="primary" [nzLoading]="false">导入费用</button> -->
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading">导入费用</button> -->
|
||||
</div>
|
||||
</div>
|
||||
<st #st [data]="service.$api_get_cost_page" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
<nz-card [nzExtra]="cardTemplate" nzTitle="基本信息">
|
||||
<ng-template #cardTemplate>
|
||||
<button nz-button nzType="primary" [nzLoading]="false">保存</button>
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading">保存</button>
|
||||
</ng-template>
|
||||
|
||||
<div nz-row nzGutter="8">
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
<nz-card [nzExtra]="cardTemplate" nzTitle="基本信息">
|
||||
<ng-template #cardTemplate>
|
||||
<button nz-button nzType="primary" [nzLoading]="false">保存</button>
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading">保存</button>
|
||||
</ng-template>
|
||||
|
||||
<div nz-row nzGutter="8">
|
||||
|
||||
Reference in New Issue
Block a user