查看率设置0%

This commit is contained in:
NiSen
2023-06-26 13:05:40 +08:00
parent b1bebb8ef1
commit 7e394fa6e3

View File

@@ -150,7 +150,7 @@ const column = [
align: "center",
className: "h",
customRender: ({ text }) => {
return text ? text : "-";
return text ? text : "0%";
},
},
];