统计导出bug
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<!-- 操作按钮区域-->
|
<!-- 操作按钮区域-->
|
||||||
<div class="table-operator">
|
<div class="table-operator">
|
||||||
<a-button type="primary" icon="export" @click="handleExportXls('全所统计')"
|
<a-button type="primary" icon="export" @click="handleExportXls('项目来款统计')"
|
||||||
v-has="'projectPaymentStatistics:export'">导出
|
v-has="'projectPaymentStatistics:export'">导出
|
||||||
</a-button>
|
</a-button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
<!-- 操作按钮区域-->
|
<!-- 操作按钮区域-->
|
||||||
<div class="table-operator">
|
<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>
|
</div>
|
||||||
<!-- 操作按钮区域-end-->
|
<!-- 操作按钮区域-end-->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user