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

@@ -6,7 +6,7 @@
<!-- 自定义table列 -->
<transition name="el-zoom-in-top">
<element-set
:id="projectAlertId+'-element-set'"
:id="id+'-element-set'"
v-if="tools.showCustomTableTitle"
@close="tools.showCustomTableTitle = false"
:custom-table-title.sync="tools.customTableTitle"
@@ -29,7 +29,7 @@
@selection-change="selectChange"
style="width: 100%;height: 100%"
@sort-change="tableDataSort"
:id="projectAlertId"
:id="id+'-table'"
>
<el-table-column
:resizable="false"
@@ -243,7 +243,8 @@
type:Boolean,
default:true,
},
from: {type: String}
from: {type: String},
id:String,
},
data() {
vm = this;