This commit is contained in:
禾几海
2020-07-01 17:18:47 +08:00
parent 7be9dc3f8a
commit 1d46241a06
3 changed files with 4 additions and 2 deletions

View File

@@ -54,5 +54,5 @@
<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>

View File

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