|
@@ -13,9 +13,10 @@
|
|
|
>
|
|
|
报表导出
|
|
|
</el-button> -->
|
|
|
- <ExportChiose
|
|
|
+ <div class="btnList">
|
|
|
+ <ExportChiose
|
|
|
v-permission="{ child: 'export/orderList', parent: '/income' }"
|
|
|
- style="margin-bottom: 20px"
|
|
|
+ style="margin-bottom: 20px;margin-right:20px;"
|
|
|
name="订单汇总导出"
|
|
|
ExportEnum="ORDER_LIST_SUM"
|
|
|
:exportData="onOrderExport"
|
|
@@ -33,6 +34,8 @@
|
|
|
errorMsg="请选择月份"
|
|
|
:isDownList="true"
|
|
|
/>
|
|
|
+ </div>
|
|
|
+
|
|
|
<!-- 搜索类型 -->
|
|
|
<save-form
|
|
|
:inline="true"
|
|
@@ -643,5 +646,10 @@ export default {
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-<style lang="scss">
|
|
|
+<style lang="scss" scoped>
|
|
|
+.btnList {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
</style>
|