how does the table component of react.js display the English data into Chinese?
in which the milestoneTypeName field data is "ROUTINE". How can the foreground be displayed as "regular" in Chinese?
table:
return [
{ title: "", dataIndex: "milestoneName" },
{ title: "", dataIndex: "description"},
{ title: "", dataIndex: "milestoneTypeName"},
{ title: "", dataIndex: "dueDate"},
{ title: "", dataIndex: "authorName"},
{ title: "",width:100,
]
:
{id: 10885, milestoneName: "TEST_v2018-09-10", description: "", authorId: 1,}
authorId:1
authorName:"Administrator"
createTime:1536217208000
description:""
dueDate:1536508800000
id:10885
milestoneName:"TEST_v2018-09-10"
milestoneType:0
milestoneTypeName:"ROUTINE"
projectGroupId:6