<el-table-column label="对比浓度">
<template slot-scope="scope">
//you e-chars code. //scope.row 当前行的数据.
</template>
</el-table-column>
这我知道,最后就是取不到<template slot-scope="scope"> 中的div
上一点代码, 亲.
不知道我理解错了没有哈
<template slot-scope="scope">
<div ref="echartsContainer"></div>
</template>
var divDom = this.$refs.echartsContainer[rowIndex];
没显示出来,留个联系方式 我请教一下可以吗? 给你发红包
@“正经人”: 有没有给echarts的div设置宽度高度
不一定要用echarts啊,用div代替也可以达到效果
– rf8188 3年前