diff --git a/src/app/data-collection/data-collection.module.ts b/src/app/data-collection/data-collection.module.ts index e901e7e..ad38bdf 100644 --- a/src/app/data-collection/data-collection.module.ts +++ b/src/app/data-collection/data-collection.module.ts @@ -44,12 +44,12 @@ import {MatTreeModule} from '@angular/material/tree'; import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { DataCollectionRoutingModule } from './data-collection.routing'; import { AddWater, WaterCollectionComponent } from './water-collection/water-collection.component'; -import { AddFireForce, FireForceComponent } from './fire-force/fire-force.component'; +import { AddFireForce, FireForceComponent, ViewDetails } from './fire-force/fire-force.component'; import { LinkageForcesComponent } from './linkage-forces/linkage-forces.component'; import { NzTreeModule } from 'ng-zorro-antd/tree'; @NgModule({ - declarations: [WaterCollectionComponent, FireForceComponent, LinkageForcesComponent,AddWater,AddFireForce], + declarations: [WaterCollectionComponent, FireForceComponent, LinkageForcesComponent,AddWater,AddFireForce,ViewDetails], imports: [ CommonModule, A11yModule, diff --git a/src/app/data-collection/fire-force/fire-force.component.html b/src/app/data-collection/fire-force/fire-force.component.html index bebd0d4..94191c0 100644 --- a/src/app/data-collection/fire-force/fire-force.component.html +++ b/src/app/data-collection/fire-force/fire-force.component.html @@ -108,7 +108,16 @@
- 上传中... + 请等待... +
+
+ + 上传中...({{progressBarValue}}%) + +
+
+ + 下载中...({{progressBarValue}}%)
@@ -450,8 +459,8 @@ 管辖单位: - - + + @@ -537,9 +546,6 @@
-
- -
- + - + - + + + + 1级 + 2级 + 3级 + 其他 + + - + *
+ - + - + + + + 1级 + 2级 + 3级 + 其他 + + - + *
({{i.physicalUnit}}): - + - + - + + + + 1级 + 2级 + 3级 + 其他 + + - + *
+ left: 205px; + top: 45px; + font-size: 11px; + color: red;"> {{i.rulevalue}}
@@ -278,14 +286,14 @@ - + - + - + + + + 1级 + 2级 + 3级 + 其他 + + - + *
- +

厚度

@@ -374,8 +374,8 @@
+
- diff --git a/src/styles.scss b/src/styles.scss index aee0200..2ef5a9e 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -129,7 +129,7 @@ table td.mat-footer-cell:last-of-type{ } //弹出框样式取消padding -#shareDialog,#lookPlanDialog,#openPlanToolDialog,#addWater{ +#shareDialog,#lookPlanDialog,#openPlanToolDialog,#addWater,#videodialog{ padding: 0; }