diff --git a/src/app/view/admin/components/common-table/common-table.component.ts b/src/app/view/admin/components/common-table/common-table.component.ts index 5530f3c..cf7ec26 100644 --- a/src/app/view/admin/components/common-table/common-table.component.ts +++ b/src/app/view/admin/components/common-table/common-table.component.ts @@ -4,7 +4,7 @@ import {PageList, RequestObj} from '../../../../class/HttpReqAndResp'; import {HttpService} from '../../../../api/http/http.service'; @Component({ - selector: 'c-common-table', + selector: 'common-table', templateUrl: './common-table.component.html', styleUrls: ['./common-table.component.less'] })