公共组件 #18

Merged
xiaohai2271 merged 45 commits from dev into master 2020-07-11 10:41:50 +08:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit 1d46241a06 - Show all commits

View File

@@ -57,3 +57,5 @@
</nz-table> </nz-table>
</nz-card> </nz-card>
</div> </div>

View File

@@ -54,5 +54,5 @@
<ng-template #refresh> <ng-template #refresh>
<i nz-icon nzType="reload" nzTheme="outline" (click)="getData()" style="cursor: pointer"></i> <i nz-icon nzType="reload" nzTheme="outline" (click)="getData()" title="刷新" style="cursor: pointer"></i>
</ng-template> </ng-template>

View File

@@ -4,7 +4,7 @@ import {PageList, RequestObj} from '../../../../class/HttpReqAndResp';
import {HttpService} from '../../../../api/http/http.service'; import {HttpService} from '../../../../api/http/http.service';
@Component({ @Component({
selector: 'app-common-table', selector: 'c-common-table',
templateUrl: './common-table.component.html', templateUrl: './common-table.component.html',
styleUrls: ['./common-table.component.less'] styleUrls: ['./common-table.component.less']
}) })