客户等级设置
This commit is contained in:
@@ -454,7 +454,7 @@ const Index: React.FC = () => {
|
||||
title: t("dashboard.analysis.quantity"),
|
||||
key: "quantity",
|
||||
width: 100,
|
||||
render: (_, record) => `${record.quantity} ${record.unit}`,
|
||||
render: (_, record) => `${record.quantity}`,
|
||||
},
|
||||
{
|
||||
title: t("dashboard.analysis.amount"),
|
||||
|
||||
Reference in New Issue
Block a user