Commit 7a5859ba by wusiyi

feat: 概览数据优化

parent f4412e85
...@@ -1150,7 +1150,7 @@ const getchartTimes = async (v: string, type: string) => { ...@@ -1150,7 +1150,7 @@ const getchartTimes = async (v: string, type: string) => {
} }
} }
// 根据横坐标数据生成周期提示文字 // 空数据提示文字
const generatePeriodText = (timeRange: string): string => { const generatePeriodText = (timeRange: string): string => {
if (timeRange === '0') { if (timeRange === '0') {
return `当前周期(${yesterday}${today})暂无订单数据\n\n请在订单流转后等待数据更新查看趋势` return `当前周期(${yesterday}${today})暂无订单数据\n\n请在订单流转后等待数据更新查看趋势`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment