feat:新增饼图

This commit is contained in:
wangwenrui
2021-02-07 18:19:59 +08:00
parent 25eb0ce600
commit caaa0ab737
12 changed files with 868 additions and 167 deletions

View File

@@ -42,6 +42,7 @@
</div>
<div class="mt-10 table-container" v-cloak v-show="firstShow || isPreview">
<alertMessageTable
:id="'tableContainer'+chartIndex"
:tableData="storedTableData"
:loading="loadingTable"
:tableHeight="tableHeight"
@@ -66,6 +67,7 @@
<!-- <span class="float-right dialog-tool" @click="screenRefreshChart"><i class="global-active-color nz-icon nz-icon-refresh"/></span>-->
</div>
<alertMessageTable
:id="'tableContainer'+chartIndex"
:tableData="storedScreanTableData"
:loading="loadingTable"
:tableHeight="'95%'"