Commit 04ae7899 by 孙香冬

no message

parent 94b37b6c
......@@ -9,3 +9,4 @@
*.log
*.xml
dist/嘉定汽车城用户手册.docx
dist/
No preview for this file type
......@@ -20,6 +20,9 @@ export async function getQycs() {
let 企业测试时长功能数据 = [];
let 企业测试里程数据 = [];
let 企业测试里程功能数据 = [];
enterpriseTestStatusList.sort( (a, b) => {
return b.testStatistics.mileage - a.testStatistics.mileage;
})
enterpriseTestStatusList.forEach( info => {
let { enterpriseName, testStatistics } = info;
// if ( !enterpriseName || !testStatistics )
......
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