chenjingyu 4 years ago
parent
commit
2b0a3a8476
  1. 4
      src/app/gis-management/plan-list/plan-list.component.scss
  2. 1
      src/app/plan-audit/wait-examineer/wait-examineer.component.ts
  3. 2
      src/app/ui/collection-tools-plan/collection-tools.component.ts

4
src/app/gis-management/plan-list/plan-list.component.scss

@ -21,11 +21,13 @@
padding: 20px; padding: 20px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: flex-start;
.contantitem{ .contantitem{
margin-right: 6px;
div{ div{
width: 110px; width: 110px;
height: 110px; height: 110px;
img{ img{
width: 100%; width: 100%;
height: 100%; height: 100%;

1
src/app/plan-audit/wait-examineer/wait-examineer.component.ts

@ -435,7 +435,6 @@ export class WaitExamineerComponent implements OnInit {
} }
} }
} }
//拒绝操作 //拒绝操作
refuse(){ refuse(){

2
src/app/ui/collection-tools-plan/collection-tools.component.ts

@ -687,7 +687,7 @@ export class CollectionToolsPlanComponent implements OnInit {
} }
//gis模块平面图 //gis模块平面图
if(this.router.url.indexOf("gis") != -1 && sessionStorage.getItem("gisplan") == "look"){ if((this.router.url.indexOf("gis") != -1 || this.router.url.indexOf("waitexamineer") != -1) && sessionStorage.getItem("gisplan") == "look"){
this.isEditPattern = false this.isEditPattern = false
this.isediticon = false this.isediticon = false
this.canvasData.gameMode = GameMode.Assignment this.canvasData.gameMode = GameMode.Assignment

Loading…
Cancel
Save