摘要: { title: '操作', key: 'action', align: 'center', renderHead: () => {}, // 自定义表头样式 className: 'col_oper', width: 120, render: (h, params) => { // 自定义列 re 阅读全文
posted @ 2023-12-26 17:32 everseven 阅读(92) 评论(0) 推荐(0)
摘要: 两种方法: 1.自带属性,自带样式 ; 2. 自定义样式 renderBarChart () { // let that = this const barChart = echarts.init(document.getElementById('bar-chart')) const barOptio 阅读全文
posted @ 2023-12-26 15:07 everseven 阅读(1618) 评论(0) 推荐(0)