vue練習 動態生成table數據,單擊單元格顯示嵌套的echars,單元格按照數據值大小顏色動態漸變

<template> <div class="hello"> <el-table :data="tableData" style="width: 100%" :cell-style="cellStyle"> <el-table-column v-for=" v in cols" :key="v.prop" :prop="v.prop" :label="v.label" width="180"> <
相關文章
相關標籤/搜索