From d8e76dc332a6780a0cebac41b7d2be979bb95317 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Thu, 18 Nov 2021 17:28:51 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E6=95=B0=E5=AD=97=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E4=BD=BF=E7=94=A8=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/pages.module.ts | 5 +- .../plan-admin/plan-admin.component.html | 103 ++++++------------ .../plan-admin/plan-admin.component.scss | 42 +------ .../today-warning-admin.component.html | 14 ++- .../get-out-of-line-details.component.scss | 3 +- .../today-warning.component.html | 61 +++++++---- .../today-warning.component.scss | 7 +- .../today-warning/today-warning.component.ts | 95 ++++++++++------ src/theme.less | 75 +++++++++++-- 9 files changed, 221 insertions(+), 184 deletions(-) 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 -
-
- 查看 -
-
-
-
+ + + + 加油站名称 + 区域 + 所属公司 + 联系人 + 联系电话 + 油站等级 + 经营品类 + 油机数量 + 车道数量 + 油罐容积 + 操作 + + + + + 加油站名称 + 区域 + 所属公司 + 联系人 + 联系电话 + 油站等级 + 经营品类 + 油机数量 + 车道数量 + 油罐容积 + 查看 + + + + + +