|
|
|
@ -4,17 +4,17 @@
|
|
|
|
|
<label class="leftTitle" *ngIf="markType === 0">进出口</label> |
|
|
|
|
<label class="leftTitle" *ngIf="markType === 2">卸油区</label> |
|
|
|
|
<label class="leftTitle" *ngIf="markType === 3">便利店</label> |
|
|
|
|
<button nz-button *ngIf="markType === 2 || markType === 3" [ngClass]="{selectBtn: isDrawArrow && !arrowDirection}" |
|
|
|
|
(click)="isDrawArrow = true;arrowDirection=null">箭头方向标绘</button> |
|
|
|
|
<button nz-button *ngIf="markType === 2 || markType === 3" |
|
|
|
|
<button nz-button *ngIf="markType === 2" [ngClass]="{selectBtn: isDrawArrow && !arrowDirection}" |
|
|
|
|
(click)="isDrawArrow = true;arrowDirection=null">箭头方向标绘1</button> |
|
|
|
|
<!-- <button nz-button *ngIf="markType === 2" |
|
|
|
|
[ngClass]="{selectBtn:(isDrawArrow && arrowDirection=='South')}" |
|
|
|
|
(click)="isDrawArrow = true;arrowDirection='South'">South</button> |
|
|
|
|
(click)="isDrawArrow = true;arrowDirection='South'">South</button> --> |
|
|
|
|
<button nz-button *ngIf="markType === 2" [ngClass]="{selectBtn: (isDrawArrow && arrowDirection=='West')}" |
|
|
|
|
(click)="isDrawArrow = true;arrowDirection='West'">West</button> |
|
|
|
|
<button nz-button *ngIf="markType === 2" [ngClass]="{selectBtn: (isDrawArrow && arrowDirection=='East')}" |
|
|
|
|
(click)="isDrawArrow = true;arrowDirection='West'">箭头方向标绘2</button> |
|
|
|
|
<!-- <button nz-button *ngIf="markType === 2" [ngClass]="{selectBtn: (isDrawArrow && arrowDirection=='East')}" |
|
|
|
|
(click)="isDrawArrow = true;arrowDirection='East'">East</button> |
|
|
|
|
<button nz-button *ngIf="markType === 2" [ngClass]="{selectBtn: (isDrawArrow && arrowDirection=='North')}" |
|
|
|
|
(click)="isDrawArrow = true;arrowDirection='North'">North</button> |
|
|
|
|
(click)="isDrawArrow = true;arrowDirection='North'">North</button> --> |
|
|
|
|
<button nz-button *ngIf="markType === 2" [ngClass]="{selectBtn: !isDrawArrow && oilUnloadingArea}" |
|
|
|
|
(click)="isDrawArrow = false; oilUnloadingArea = true;">泄油管区域</button> |
|
|
|
|
<button nz-button *ngIf="markType === 2" [ngClass]="{selectBtn: !isDrawArrow && !oilUnloadingArea}" |
|
|
|
|