统计导出bug

This commit is contained in:
zhaoxiao
2021-09-28 09:54:05 +08:00
parent 55880ac6ba
commit c7b2ec6930
2 changed files with 2 additions and 2 deletions
@@ -73,7 +73,7 @@
<!-- 操作按钮区域-->
<div class="table-operator">
<a-button type="primary" icon="export" @click="handleExportXls('全所统计')"
<a-button type="primary" icon="export" @click="handleExportXls('项目来款统计')"
v-has="'projectPaymentStatistics:export'">导出
</a-button>
</div>
@@ -57,7 +57,7 @@
<!-- 操作按钮区域-->
<div class="table-operator">
<a-button type="primary" icon="export" @click="handleExportXls('全所统计')">导出</a-button>
<a-button type="primary" icon="export" @click="handleExportXls('企业来款统计详情')">导出</a-button>
</div>
<!-- 操作按钮区域-end-->