|
@@ -60,7 +60,7 @@
|
60
|
60
|
<!-- 编辑模态框 -->
|
61
|
61
|
<div class="save display_flex justify-content_flex-center align-items_center add" *ngIf="modal">
|
62
|
62
|
<div class="modalBody">
|
63
|
|
- <div class="title">{{add?"新增":"编辑"}}定时消息发送<i class="icon_transport transport-guanbi" (click)="hideAddModal()"></i>
|
|
63
|
+ <div class="title">{{add?"新增":"编辑"}}<i class="icon_transport transport-guanbi" (click)="hideAddModal()"></i>
|
64
|
64
|
</div>
|
65
|
65
|
<overlay-scrollbars #osComponentRef1 class="content">
|
66
|
66
|
<form nz-form [formGroup]="validateForm" class="addForm" (ngSubmit)="submitForm()">
|