Commit df294c26 authored by youjie's avatar youjie

no message

parent ad8c2137
......@@ -55,7 +55,6 @@
let cate = [];//模块名称
let grRate =[];//个人得分率
let avgRate =[];//平均得分率
console.log(props.ModuleList)
props.ModuleList && props.ModuleList.forEach(item=>{
if(item.Module.length>6){
cate.push(item.Module.substring(0,6)+'...');
......
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