diff --git a/dist.zip b/dist.zip
index e25051c..e66d345 100644
Binary files a/dist.zip and b/dist.zip differ
diff --git a/src/api/statistics.js b/src/api/statistics.js
index d0fcf74..fb4a90c 100644
--- a/src/api/statistics.js
+++ b/src/api/statistics.js
@@ -17,6 +17,24 @@ export function delMonthTask(params) {
data: params
});
}
+
+export function exportStoreDailys(params) {
+ return service({
+ url: "/api" + "/demay/ssm/storeExport/storeDailys",
+ method: "post",
+ data: params
+ });
+}
+
+export function exportStore(params) {
+ return service({
+ url: "/api" + "/demay/ssm/storeExport/export",
+ method: "post",
+ data: params,
+ responseType:"blob"
+ });
+}
+
// 分页查询门店月度任务 门店端-门店月度任务-分页查询门店月度任务
export function monthTaskPage(params) {
return service({
diff --git a/src/components/perform/detail/index.vue b/src/components/perform/detail/index.vue
index 0e57699..578f475 100644
--- a/src/components/perform/detail/index.vue
+++ b/src/components/perform/detail/index.vue
@@ -26,8 +26,8 @@
{{scope.row.cashComm?scope.row.cashComm:'--'}}
-
-
+
+