资源利用率分析页面开发
This commit is contained in:
parent
638f6e7bb6
commit
136261abe8
|
|
@ -38,7 +38,7 @@ function changeData(that, type) {
|
||||||
src = "projectProgress.html";
|
src = "projectProgress.html";
|
||||||
} else if (type == 4) {
|
} else if (type == 4) {
|
||||||
// 资源利用率分析
|
// 资源利用率分析
|
||||||
src = "";
|
src = 'resourceRateAnalysis.html';
|
||||||
} else if (type == 5) {
|
} else if (type == 5) {
|
||||||
// 节能减排分析
|
// 节能减排分析
|
||||||
src = "";
|
src = "";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue