Commit b27a72b5 by LJM

bug

parent 38274331
Showing with 13 additions and 13 deletions
...@@ -194,19 +194,19 @@ export default { ...@@ -194,19 +194,19 @@ export default {
xAxis: [], xAxis: [],
series: [], series: [],
data: { data: {
weekly_quote_selected_count: 100, weekly_quote_selected_count: 0,
weekly_spu_count: 100, weekly_spu_count: 0,
all_sku_count: 100, all_sku_count: 0,
reject_sku_count: 100, reject_sku_count: 0,
weekly_quote_deal_count: 100, weekly_quote_deal_count: 0,
off_shelf_sku_count: 100, off_shelf_sku_count: 0,
weekly_quote_count: 100, weekly_quote_count: 0,
brand_count: 100, brand_count: 0,
weekly_sku_count: 100, weekly_sku_count: 0,
all_spu_count: 100, all_spu_count: 0,
weekly_inquiry_count: 1006, weekly_inquiry_count: 0,
all_quote_count: 100, all_quote_count: 0,
all_inquiry_count: 100 all_inquiry_count: 0
} }
}; };
}, },
......
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 sign in to comment