公共组件 #18

Merged
xiaohai2271 merged 45 commits from dev into master 2020-07-11 10:41:50 +08:00
Showing only changes of commit 03018d402f - Show all commits

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: 'c-common-table', selector: 'common-table',
templateUrl: './common-table.component.html', templateUrl: './common-table.component.html',
styleUrls: ['./common-table.component.less'] styleUrls: ['./common-table.component.less']
}) })