我想将JSON中的布尔值打印到表中,如果我直接访问(状态字段),他将无法打印(真或假),但列为空 这是json文件的示例 请帮忙, 谢谢
const columns = [
{
title: "name",
dataIndex: "name",
key: "name",
width: "20%"
},
{
title: "status",
dataIndex: "status",
key: "status",
width: "20%"
},
{title: "Method Paiment",
dataIndex: "method",
key: "method",
width: "20%",
}]
jsx文件
setXYZ
答案 0 :(得分:1)
我发现的解决方案是执行条件(true或false):
stroke.png