摘要: 1 render: (h, params) => { 2 let isconfirm = params.row.isconfirm; 3 if (!isconfirm) { 4 return h('span', { 5 style: { 6 color: 'red' 7 } 8 }, "暂存"); 阅读全文
posted @ 2021-12-22 10:22 Barry_Song 阅读(735) 评论(0) 推荐(0)