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"> <
相关文章
相关标签/搜索