|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="bjxm">
|
|
|
<div>
|
|
|
- <Title :title="'报健项目'" class="title_bjxm"></Title>
|
|
|
+ <Title :title="'报建项目'" class="title_bjxm"></Title>
|
|
|
|
|
|
<div class="selectTab">
|
|
|
<el-select v-model="left_value" placeholder="请选择" :popper-append-to-body="false" @change="changeChartsLeft">
|
|
@@ -71,6 +71,7 @@ export default {
|
|
|
};
|
|
|
let res = await QueryOne(obj);
|
|
|
this.sdata = res.data;
|
|
|
+ console.log('res.data: ', res.data);
|
|
|
},
|
|
|
async init_bjxm_echart_info(params) {
|
|
|
const that = this;
|
|
@@ -238,7 +239,7 @@ export default {
|
|
|
// },
|
|
|
{
|
|
|
min: 0,
|
|
|
- max: 20,
|
|
|
+ max: 15,
|
|
|
interval: 5,
|
|
|
name: '项目数(个)',
|
|
|
type: 'value',
|