From c8c21840034a5ea652650455e98fd8309b01d2cb Mon Sep 17 00:00:00 2001 From: Lingzi Date: Wed, 6 Apr 2022 11:21:56 +0800 Subject: [PATCH] fix bug --- .../customtable/customindex/customindex.component.html | 2 +- .../components/customtable/driver/driver.component.html | 2 +- .../datatable/components/customtable/owner/owner.component.html | 2 +- .../customtable/partnertable/partnertable.component.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/routes/datatable/components/customtable/customindex/customindex.component.html b/src/app/routes/datatable/components/customtable/customindex/customindex.component.html index 8816fdf1..4583cab7 100644 --- a/src/app/routes/datatable/components/customtable/customindex/customindex.component.html +++ b/src/app/routes/datatable/components/customtable/customindex/customindex.component.html @@ -39,7 +39,7 @@ + [page]="{ show: true, showSize: true, pageSizes: [20, 50, 100] }"> diff --git a/src/app/routes/datatable/components/customtable/driver/driver.component.html b/src/app/routes/datatable/components/customtable/driver/driver.component.html index 9deaefbd..383fe343 100644 --- a/src/app/routes/datatable/components/customtable/driver/driver.component.html +++ b/src/app/routes/datatable/components/customtable/driver/driver.component.html @@ -41,6 +41,6 @@ + [page]="{ show: true, showSize: true, pageSizes: [20, 50, 100] }"> \ No newline at end of file diff --git a/src/app/routes/datatable/components/customtable/owner/owner.component.html b/src/app/routes/datatable/components/customtable/owner/owner.component.html index 9777a490..e805efd9 100644 --- a/src/app/routes/datatable/components/customtable/owner/owner.component.html +++ b/src/app/routes/datatable/components/customtable/owner/owner.component.html @@ -41,6 +41,6 @@ > + [page]="{ show: true, showSize: true, pageSizes: [20, 50, 100] }"> \ No newline at end of file diff --git a/src/app/routes/datatable/components/customtable/partnertable/partnertable.component.html b/src/app/routes/datatable/components/customtable/partnertable/partnertable.component.html index 4a9e9f95..4d75b400 100644 --- a/src/app/routes/datatable/components/customtable/partnertable/partnertable.component.html +++ b/src/app/routes/datatable/components/customtable/partnertable/partnertable.component.html @@ -37,7 +37,7 @@ + [page]="{ show: true, showSize: true, pageSizes: [20, 50, 100] }"> \ No newline at end of file