备份
This commit is contained in:
@ -137,7 +137,16 @@ export default {
|
|||||||
for (let i = 0; i < this.res.list.length; i++) {
|
for (let i = 0; i < this.res.list.length; i++) {
|
||||||
const item = this.res.list[i];
|
const item = this.res.list[i];
|
||||||
this.titData.push(item.indicator_name);
|
this.titData.push(item.indicator_name);
|
||||||
this.valData.push({ value: item.cate, name: item.indicator_name });
|
this.valData.push({
|
||||||
|
value: item.cate,
|
||||||
|
name: item.indicator_name,
|
||||||
|
tooltip: {
|
||||||
|
trigger: "item",
|
||||||
|
formatter: `{b}</br>目标数:${item.targetTasks}</br>完成数:${
|
||||||
|
item.completedTasks
|
||||||
|
}<br>完成率:${item.cate.toFixed(2)}%`,
|
||||||
|
},
|
||||||
|
});
|
||||||
}
|
}
|
||||||
this.setPageData(val);
|
this.setPageData(val);
|
||||||
});
|
});
|
||||||
|
BIN
vis389(5-26).zip
BIN
vis389(5-26).zip
Binary file not shown.
@ -35,9 +35,9 @@ module.exports = {
|
|||||||
[process.env.VUE_APP_BASE_API]: {
|
[process.env.VUE_APP_BASE_API]: {
|
||||||
// target: `http://localhost:1818`,
|
// target: `http://localhost:1818`,
|
||||||
// target: `http://120.26.107.74:1818`,
|
// target: `http://120.26.107.74:1818`,
|
||||||
// target: `http://192.168.3.127:1818`,
|
// target: `http://172.18.3.109:1818`,
|
||||||
target: `http://192.168.10.3:1818`,
|
// target: `http://192.168.10.3:1818`,
|
||||||
// target: `http://172.18.3.127:1818`,
|
target: `http://172.18.3.127:1818`,
|
||||||
// target: `http://124.70.138.50:1818`,
|
// target: `http://124.70.138.50:1818`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
Reference in New Issue
Block a user