소스 검색

平均相应时间 放上面

visuddhinanda 3 년 전
부모
커밋
97431bf3c0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>