|
|
@@ -1085,6 +1085,12 @@ |
|
|
|
return data[0]+''+data[1]+''+data[2] |
|
|
|
} |
|
|
|
}, |
|
|
|
goBack(){ |
|
|
|
if( $("#pro_detail").is(':visible') ){ |
|
|
|
document.getElementById("pro_main").style.display = "block"; |
|
|
|
document.getElementById("pro_detail").style.display = "none"; |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
filters:{ |
|
|
@@ -1125,7 +1131,7 @@ |
|
|
|
return " <a href=\" mailto:" + value.email + "class=\"circular ui button\">" +value.user+ "</a>" |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@@ -1140,6 +1146,10 @@ |
|
|
|
this.radarOpenI = this.$echarts.init(document.getElementById('radar_openi')) |
|
|
|
this.echartsOITd = this.$echarts.init(document.getElementById('line_openi')) |
|
|
|
this.echartsSelectData = this.$echarts.init(document.getElementById('selectData')) |
|
|
|
if (window.history && window.history.pushState) { |
|
|
|
history.pushState(null, null, document.URL); |
|
|
|
window.addEventListener('popstate', this.goBack, false); |
|
|
|
} |
|
|
|
// window.onresize=function(){ |
|
|
|
// this.radarOpenI.resize(); |
|
|
|
// this.echartsOITd.resize(); |
|
|
|