|
@@ -222,7 +222,8 @@
|
|
|
start-placeholder="开始日期" end-placeholder="结束日期" style="max-width: 238px;margin:0 30px 8px 0;"
|
|
|
value-format="YYYY-MM"></el-date-picker>
|
|
|
</div>
|
|
|
- <el-button @click="exportData" type="primary" size="large" style="width: 118px;" :loading="loading.export">导出数据</el-button>
|
|
|
+ <el-button @click="exportData" type="primary" size="large" style="width: 118px;" :loading="loading.export"
|
|
|
+ v-if="searchParams.company_type!=3">导出数据</el-button>
|
|
|
</div>
|
|
|
<div class="business-income-chart" v-loading="loading.list" element-loading-text="图表加载中……">
|
|
|
<chart :options="chartOptions" style="width: 75%;height: 80%;"/>
|