ith5 2 mesiacov pred
rodič
commit
6eea8d9a9e

+ 8 - 5
src/views/v1/gameLog/paySuccessRate/index.vue

@@ -153,6 +153,9 @@
         <sa-chart :option="lineChartOption" height="300px" />
       </a-card>
       <a-card class="w-[30%]" title="支付渠道下单比例">
+        <div class="text-center text-[16px] text-[#6c757d]">
+          待确认开发中...
+        </div>
         <!-- <sa-chart :option="lineChartOption" height="300px" /> -->
       </a-card>
     </div>
@@ -274,11 +277,11 @@ const tabList = ref([
     value: "week",
     icon: "IconCalendar",
   },
-  {
-    label: "本月 vs 上月",
-    value: "month",
-    icon: "IconComputer",
-  },
+  // {
+  //   label: "本月 vs 上月",
+  //   value: "month",
+  //   icon: "IconComputer",
+  // },
 ]);
 const activeTab = ref("day");