公共组件 #18
@@ -57,3 +57,5 @@
|
|||||||
</nz-table>
|
</nz-table>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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']
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user