d2-crud-plus icon indicating copy to clipboard operation
d2-crud-plus copied to clipboard

文档相关 | 前端excel导出问题

Open cc0411 opened this issue 3 years ago • 1 comments

为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分
文档相关 | 你的标题

前端导出excel ,formatter(row, context){ // 数据格式化 // row.xxx = parseInt(row.xxx) }, 这个方法远程调用api方法无反应,是否不支持 formatter (row, context) { if (row.server != null) { GetRemoteServer(row.server).then(res =>{ row.server = res.data.ip }) } } }

cc0411 avatar Feb 15 '22 07:02 cc0411

formatter不支持异步方法

greper avatar Feb 15 '22 07:02 greper