|
@@ -62,6 +62,18 @@
|
|
|
!(this.searchForm.orderDate && this.searchForm.orderDate.length > 0)
|
|
|
"
|
|
|
/>
|
|
|
+
|
|
|
+ <ExportChiose
|
|
|
+ v-permission="{ child: 'export/MALL_ROUTE_ORDER_LIST', parent: '/financeManager' }"
|
|
|
+ style="margin-bottom: 20px;display: inline-block "
|
|
|
+ name="商城财务导出"
|
|
|
+ ExportEnum="MALL_ROUTE_ORDER_LIST"
|
|
|
+ :exportData="onOrderExport"
|
|
|
+ fileName="商城财务导出"
|
|
|
+ errorMsg="请选择月份"
|
|
|
+ :isDownList="true"
|
|
|
+ />
|
|
|
+
|
|
|
<el-button
|
|
|
@click="onDownload"
|
|
|
v-permission="'import/downloadTemplate?financeManager'"
|