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