a
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
<el-col :span="12">
|
||||
<el-card v-loading="loading1" style="height: 450px">
|
||||
<span>年营销金额图表</span>
|
||||
<el-button size="small" type="success" icon="el-icon-search" @click="search1()">查询</el-button>
|
||||
<el-button size="small" type="primary" icon="el-icon-search" plain @click="search1()">查询</el-button>
|
||||
<div id="myChart1" :style="{width: '100%', height: '400px', margin: 'auto'}"/>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-card v-loading="loading2" style="height: 450px">
|
||||
<span>客户分布图</span>
|
||||
<el-button size="small" type="success" icon="el-icon-search" @click="search2()">查询</el-button>
|
||||
<el-button size="small" type="primary" icon="el-icon-search" plain @click="search2()">查询</el-button>
|
||||
<div id="myChart2" :style="{width: '100%', height: '400px', margin: 'auto'}"/>
|
||||
</el-card>
|
||||
</el-col>
|
||||
@@ -20,7 +20,7 @@
|
||||
<el-col :span="12">
|
||||
<el-card v-loading="loading3" style="height: 450px">
|
||||
<span>在执行项目金额及回款</span>
|
||||
<el-button size="small" type="success" icon="el-icon-search" @click="search3()">查询</el-button>
|
||||
<el-button size="small" type="primary" icon="el-icon-search" plain @click="search3()">查询</el-button>
|
||||
<div id="myChart3" :style="{width: '100%', height: '400px', margin: 'auto'}"/>
|
||||
</el-card>
|
||||
</el-col>
|
||||
|
||||
Reference in New Issue
Block a user