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