-- fix bug

This commit is contained in:
yuping
2023-02-24 17:13:08 +08:00
parent b928bb771f
commit 9aebd2b520

View File

@@ -1721,8 +1721,8 @@ const columns6 = [
align: "center",
ellipsis: true,
customRender: ({text}) => {
return text ? text : "-";
},
return text ? text : "-"
}
},
{