We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为了统一格式,请将下面一行复制到 `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 }) } } }
The text was updated successfully, but these errors were encountered:
formatter不支持异步方法
Sorry, something went wrong.
No branches or pull requests
前端导出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
})
}
}
}
The text was updated successfully, but these errors were encountered: