|
@@ -75,13 +75,6 @@
|
75
|
75
|
</div>
|
76
|
76
|
</div>
|
77
|
77
|
</div>
|
78
|
|
-<!-- 操作成功/失败提示框 -->
|
79
|
|
-<app-prompt-modal *ngIf="promptModalShow" [content]="promptContent" [success]="ifSuccess" [show]="promptModalShow"
|
80
|
|
- [info]="promptInfo">
|
81
|
|
-</app-prompt-modal>
|
82
|
|
-<!-- 删除模态框 -->
|
83
|
|
-<app-dialog-delete [delModal]="delModal" (hideDelModalEvent)="hideDelModal()" [btnLoading]="btnLoading"
|
84
|
|
-(confirmDelEvent)="confirmDel()" [content]="tipsMsg1"></app-dialog-delete>
|
85
|
78
|
<!-- 模板名称 -->
|
86
|
79
|
<app-template-name [templateFlag]="templateFlag"
|
87
|
80
|
(submitFormHand)="submitFormHand($event)"
|