摘要: 需求是在状态栏列的值等于1的情况本行要显示灰色背景色蓝色颜色 template: <a-table :rowClassName = "fnRowClass"/> methods:{ fnRowClass(record,index){ console.log(record.state,index) r 阅读全文
posted @ 2020-08-12 16:06 叶子0321~ 阅读(649) 评论(0) 推荐(0) 编辑