浏览代码

fix: pass total property

Signed-off-by: Carlos <568187512@qq.com>
Carlos 6 天之前
父节点
当前提交
06f045d1b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/app/pages/datav/digital-line/right-panel/plan-panel/plan-panel.component.html

+ 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"