Browse Source

fix: pass total property

Signed-off-by: Carlos <568187512@qq.com>
Carlos 6 days ago
parent
commit
06f045d1b1

+ 1 - 0
src/app/pages/datav/digital-line/right-panel/plan-panel/plan-panel.component.html

@@ -11,6 +11,7 @@
     <datav-pie-chart
       class="relative z-20"
       [height]="222"
+      [total]="total"
       title="排查计划"
       [static]="true"
       [data]="infos"