Commit 5fd3ca2a authored by yating.lin's avatar yating.lin

修改传感器管理-传感器详情-另存为主题模板Popup

parent 09870ed0
Pipeline #1090 passed with stage
in 0 seconds
......@@ -254,9 +254,9 @@
</nz-modal>
<nz-modal [(nzVisible)]="isToSee" [nzContent]="con4" nzWidth="500" [nzTitle]="'isToSeeModel' | translate"
[nzFooter]="foot4" (nzOnCancel)="cancel()" nzMaskClosable="false">
<ng-template #con4>
<nz-modal [(nzVisible)]="isToSee" [nzContent]="con5" nzWidth="500" [nzTitle]="'isToSeeModel' | translate"
[nzFooter]="foot5" (nzOnCancel)="cancel()" nzMaskClosable="false">
<ng-template #con5>
<!--<app-search-item inModal="true" isMust="true" [label]="'moduleName' | translate" [(value)]="req4.newTopicModelName"></app-search-item>-->
<!--<app-search-select isMust="true" inModal="true" [(value)]="req2.companyNo" [label]="'selectCompany' | translate" optL="companyName"-->
<!--[data]="companys" optV="companyNo"></app-search-select>-->
......@@ -294,7 +294,7 @@
<nz-tab nzTitle="图表"><div class="chartCon" echarts [options]="option1"></div></nz-tab>
</nz-tabset>
</ng-template>
<ng-template #foot4>
<ng-template #foot5>
<button nz-button class="searchBtn" nzType="default" [nzLoading]="isLoading" (click)="cancel()"><span>{{'cancel' | translate}}</span></button>
</ng-template>
</nz-modal>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment