You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
775 B
33 lines
775 B
<div class="echartsBox" [hidden]="!isTrue"> |
|
<div id="pie"> |
|
|
|
</div> |
|
<div class="histogramBox"> |
|
<!-- 新增 --> |
|
<div id="addEchart" class="echart-item"> |
|
|
|
</div> |
|
<!-- 审核通过 --> |
|
<div id="passPlanEchart" class="echart-item"> |
|
|
|
</div> |
|
</div> |
|
<div class="histogramBox"> |
|
<!-- 预案编制 --> |
|
<div id="planMake" class="echart-item"> |
|
|
|
</div> |
|
<!-- 审核退回 --> |
|
<div id="planBack" class="echart-item"> |
|
|
|
</div> |
|
</div> |
|
<div class="histogramBox"> |
|
<!-- 审核中 --> |
|
<div id="planAudit" class="echart-item"> |
|
|
|
</div> |
|
</div> |
|
|
|
</div> |
|
<app-page-zhong-dui-details #zhongDuiChild *ngIf="!isTrue"></app-page-zhong-dui-details>
|
|
|