瀏覽代碼

✨ feat(dashboard): update key metrics display

- change metric from "储备仓容" to "辐射带动面积"
- update value from "?000" to "20" with unit changed from "万吨" to "万亩"
- adjust digits display to ['>', '2', '0']
yourname 2 月之前
父節點
當前提交
79a1edc6fe
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/client/home/pages/SupplyChainDashboards/components/KeyMetrics.tsx

+ 4 - 4
src/client/home/pages/SupplyChainDashboards/components/KeyMetrics.tsx

@@ -69,10 +69,10 @@ const KeyMetrics: React.FC<KeyMetricsProps> = ({
       digits: ['1', '5']
     },
     {
-      title: "储备仓容",
-      value: "?000",
-      unit: "万",
-      digits: ['?', '0', '0', '0']
+      title: "辐射带动面积",
+      value: "20",
+      unit: "万",
+      digits: ['>', '2', '0']
     }
   ];