|
@@ -16,7 +16,7 @@
|
|
|
<div class="btnList">
|
|
|
<ExportChiose
|
|
|
v-permission="{ child: 'export/orderList', parent: '/income' }"
|
|
|
- style="margin-bottom: 20px;margin-right:20px;"
|
|
|
+ style="margin-bottom: 20px;margin-right:10px;"
|
|
|
name="订单汇总导出"
|
|
|
ExportEnum="ORDER_LIST_SUM"
|
|
|
:exportData="onOrderExport"
|
|
@@ -26,7 +26,7 @@
|
|
|
/>
|
|
|
<ExportChiose
|
|
|
v-permission="{ child: 'export/orderList', parent: '/income' }"
|
|
|
- style="margin-bottom: 20px"
|
|
|
+ style="margin-bottom: 20px;margin-right:10px;"
|
|
|
name="报表导出"
|
|
|
ExportEnum="ORDER_LIST1"
|
|
|
:exportData="onOrderExport"
|
|
@@ -34,6 +34,8 @@
|
|
|
errorMsg="请选择月份"
|
|
|
:isDownList="true"
|
|
|
/>
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<!-- 搜索类型 -->
|
|
@@ -642,7 +644,8 @@ export default {
|
|
|
data.orderEndDate = null;
|
|
|
}
|
|
|
return data;
|
|
|
- }
|
|
|
+ },
|
|
|
+
|
|
|
}
|
|
|
};
|
|
|
</script>
|