Commit 442ac6b9 by wusiyi

feat: 概览页更新

parent f4734450
......@@ -819,7 +819,7 @@ const getchartTimes = async (v: string, type: string) => {
const updateOrderTrendChart = (data: trendType[], type: number | string) => {
const confirmNums = data.map((el) => el.confirmNum)
const producedNums = data.map((el) => el.produceNum)
const producedNums = data.map((el) => el.producedNum)
const shipmentNums = data.map((el) => el.shipmentNum)
const startTimes = data.map((el) => el.startTime)
const timerange = data.map((el) => `${el.startTime}——${el.endTime}`)
......
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