update code
parent
de9245832e
commit
498fbe03d1
|
@ -790,12 +790,12 @@ export default {
|
||||||
|
|
||||||
} else if (this.overview == 1) {
|
} else if (this.overview == 1) {
|
||||||
this.projectCategoryWidth = 210;
|
this.projectCategoryWidth = 210;
|
||||||
this.overviewText = "项目总投资";
|
this.overviewText = "项目总投资(万元)";
|
||||||
this.surveyUrlSb = 'images/survey_icon_2.png'
|
this.surveyUrlSb = 'images/survey_icon_2.png'
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.projectCategoryWidth = 210;
|
this.projectCategoryWidth = 210;
|
||||||
this.overviewText = "项目年投资";
|
this.overviewText = "项目年投资(万元)";
|
||||||
this.surveyUrlSb = 'images/survey_icon_3.png'
|
this.surveyUrlSb = 'images/survey_icon_3.png'
|
||||||
}
|
}
|
||||||
let year = this.$dt(new Date()).$y;
|
let year = this.$dt(new Date()).$y;
|
||||||
|
@ -803,8 +803,8 @@ export default {
|
||||||
let tmps = (d.data || []).map(it => {
|
let tmps = (d.data || []).map(it => {
|
||||||
return {
|
return {
|
||||||
id: it.id,
|
id: it.id,
|
||||||
name: it.projectName,
|
name: it.projectName+(n>0?'(万元)':''),
|
||||||
value: it.deptId / 10000.0
|
value: it.deptId / 10000.0
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
let sum = 0;
|
let sum = 0;
|
||||||
|
|
|
@ -37,8 +37,8 @@ module.exports = defineConfig({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'/jhapi':{
|
'/jhapi':{
|
||||||
//target: `http://62.234.3.186/jhapi/`,
|
target: `http://62.234.3.186/jhapi/`,
|
||||||
target: `http://127.0.0.1:8090/jhapi/`,
|
//target: `http://127.0.0.1:8090/jhapi/`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/jhapi':'/'
|
'^/jhapi':'/'
|
||||||
|
|
Loading…
Reference in New Issue