|
@@ -192,11 +192,6 @@
|
192
|
192
|
</div>
|
193
|
193
|
</div>
|
194
|
194
|
</div>
|
195
|
|
- <div *ngIf="selectOtherId" class="btns display_flex justify-content_flex-center">
|
196
|
|
- <button *ngIf="buildMsg.status != 100009 && buildMsg.status != 100010" nz-button nzType="primary" [nzLoading]="loading5" (click)="confirmShortcut()">
|
197
|
|
- 确认
|
198
|
|
- </button>
|
199
|
|
- </div>
|
200
|
195
|
</div>
|
201
|
196
|
</overlay-scrollbars>
|
202
|
197
|
</div>
|
|
@@ -208,7 +203,7 @@
|
208
|
203
|
</div>
|
209
|
204
|
<div class="display_flex justify-content_flex-center btns">
|
210
|
205
|
<button class="mr8" nzType="default" nz-button (click)="cancel()">取消</button>
|
211
|
|
- <button nzType="primary" nz-button (click)="confirm()" *ngIf="buildMsg.status != 100009 && buildMsg.status != 100010" [nzLoading]="loading5">确认</button>
|
|
206
|
+ <button nzType="primary" nz-button (click)="confirm()" *ngIf="buildMsg.status != 100009 && buildMsg.status != 100010 && pagePermissionConfig.taskTypeList.length" [nzLoading]="loading5">确认</button>
|
212
|
207
|
</div>
|
213
|
208
|
</div>
|
214
|
209
|
<div class="modalBody" *ngIf="!pagePermissionConfig.id">
|