diff --git a/src/app/pages/pages.module.ts b/src/app/pages/pages.module.ts index f60c82d..4964950 100644 --- a/src/app/pages/pages.module.ts +++ b/src/app/pages/pages.module.ts @@ -43,7 +43,7 @@ import { NzTreeSelectModule } from 'ng-zorro-antd/tree-select'; import { PlanAdminComponent } from './plan-admin/plan-admin.component'; import { GetOutOfLineDetailsComponent } from './today-warning/get-out-of-line-details/get-out-of-line-details.component'; import { WarningDetailsComponent } from './today-warning-admin/warning-details/warning-details.component'; - +import { NzTableModule } from 'ng-zorro-antd/table'; @NgModule({ @@ -81,7 +81,8 @@ import { WarningDetailsComponent } from './today-warning-admin/warning-details/w NzTreeModule, NzTreeSelectModule, NzCollapseModule, - NzStepsModule + NzStepsModule, + NzTableModule ], entryComponents: [AddequipmentComponent, EditequipmentComponent,GetOutOfLineDetailsComponent], schemas: [CUSTOM_ELEMENTS_SCHEMA] diff --git a/src/app/pages/plan-admin/plan-admin.component.html b/src/app/pages/plan-admin/plan-admin.component.html index c5ce805..3965769 100644 --- a/src/app/pages/plan-admin/plan-admin.component.html +++ b/src/app/pages/plan-admin/plan-admin.component.html @@ -7,7 +7,7 @@
+ [nzTreeTemplate]="nzTreeTemplate" [nzMultiple]="false"> @@ -36,23 +36,6 @@ - - - @@ -68,56 +51,42 @@
-
-
-
-
-
- 加油站名称 -
-
- 区域 -
-
- 所属公司 -
-
- 联系人 -
-
- 联系电话 -
-
- 操作 -
-
-
-
-
- -
-
- 中化山东省淄博市第6加油站 -
-
- 山东-淄博 -
-
- 中化某某公司 -
-
- 张三三 -
-
- 0566-5897888 -
-
- 查看 -
-
-
-
+ + + + 加油站名称 + 区域 + 所属公司 + 联系人 + 联系电话 + 油站等级 + 经营品类 + 油机数量 + 车道数量 + 油罐容积 + 操作 + + + + + 加油站名称 + 区域 + 所属公司 + 联系人 + 联系电话 + 油站等级 + 经营品类 + 油机数量 + 车道数量 + 油罐容积 + 查看 + + + + + +