Parcourir la source

平均相应时间 放上面

visuddhinanda il y a 3 ans
Parent
commit
97431bf3c0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      dashboard/src/pages/admin/api/dashboard.tsx

+ 2 - 2
dashboard/src/pages/admin/api/dashboard.tsx

@@ -18,9 +18,9 @@ const Widget = () => {
         direction={responsive ? "column" : "row"}
         title="总量"
       >
-        <ApiDelayHour type="count" />
+        <ApiDelayHour type="average" title={"平均相应时间"} />
         <Divider type={responsive ? "horizontal" : "vertical"} />
-        <ApiDelayHour type="average" />
+        <ApiDelayHour type="count" title={"请求次数"} />
         <Divider type={responsive ? "horizontal" : "vertical"} />
         <ApiGauge />
       </StatisticCard.Group>