Commit 0ca8f781 authored by van.chen's avatar van.chen

提交一下

parent f91fb1d4
......@@ -3,6 +3,7 @@
<div class="btnLine">
<button nz-button [nzType]="'primary'" [nzLoading]="isLoading" (click)="onSearch()"><span>{{'search' | translate}}</span></button>
<button nz-button class="btnAll" [nzLoading]="isLoading" (click)="onGetAll()"><span>{{'allData' | translate}}</span></button>
<button nz-button class="btnAdd" [nzLoading]="isLoading" (click)="add()"><span>{{'add' | translate}}</span></button>
</div>
</div>
<div class="tableBar" @fade>
......
......@@ -80,4 +80,6 @@ export class ModuleMgrComponent implements OnInit {
update(one) {}
deleteConfirm(one) {}
add() {}
}
......@@ -3,6 +3,7 @@
<div class="btnLine">
<button nz-button [nzType]="'primary'" [nzLoading]="isLoading" (click)="onSearch()"><span>{{'search' | translate}}</span></button>
<button nz-button class="btnAll" [nzLoading]="isLoading" (click)="onGetAll()"><span>{{'allData' | translate}}</span></button>
<button nz-button class="btnAdd" [nzLoading]="isLoading" (click)="add()"><span>{{'add' | translate}}</span></button>
</div>
</div>
<div class="tableBar" @fade>
......
......@@ -80,4 +80,6 @@ export class TopicModuleMgrComponent implements OnInit {
update(one) {}
deleteConfirm(one) {}
add() {}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment