Commit 16dcf959 by lixinming

no message

parent 71f9b2ee
import moment = require("moment")
import { get } from "../../util/request";
let 月里程数据 = [{key:"2021.01", count:"31km", autoCount:"45km"}];//格式 [{key:"日期 格式是 2021.1", count:"测试里程", autoCount:"功能测试里程"}]
let 月里程数据:any = [{key:"2021.01", count:"31km", autoCount:"45km"}];//格式 [{key:"日期 格式是 2021.1", count:"测试里程", autoCount:"功能测试里程"}]
let 企业日里程数据 = {}; //格式 {"企业名称":{count:"测试里程", autoCount:"功能测试里程"} }
let lastMonths = "";
......
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