【fix bug87902】-科室统计--导出文件名称修改

This commit is contained in:
fengchenchen
2024-07-31 19:12:35 +08:00
parent 339a29feb5
commit 767299675b
@@ -99,7 +99,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>