摘要: customRow(record) { return { on: { click: () => { if (this.pageType == 1) return; this.adjustPostdata.detailId = record.detailId; }, }, }; } 阅读全文
posted @ 2020-12-01 12:10 刘兵博客 阅读(3594) 评论(0) 推荐(0) 编辑
摘要: { title: '任务名称', dataIndex: 'title', ellipsis: true, customCell: () => { return { style: { 'min-width': '160px', }, }; }, }, 阅读全文
posted @ 2020-12-01 12:06 刘兵博客 阅读(8347) 评论(0) 推荐(0) 编辑