客户等级设置

This commit is contained in:
liu
2026-08-17 16:27:15 +08:00
parent 2eb27127c9
commit a06c45dc49
31 changed files with 548 additions and 1142 deletions
+1 -1
View File
@@ -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"),