Browse Source

修改文字

lex-xin 4 years ago
parent
commit
b3914c24c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/serverDetail/index.vue

+ 2 - 2
src/views/serverDetail/index.vue

@@ -422,14 +422,14 @@ export default {
         this,
         {
           url: "/api-web/export/teacherServeInfo",
-          fileName: "退团申请.xlsx",
+          fileName: "服务指标明细.xlsx",
           method: "post",
           params: qs.stringify({
             ...rest,
             ...getTimes(this.orderDate, ["monday", "sunday"]),
           }),
         },
-        "您确定导出退团申请列表?"
+        "您确定导出服务指标明细?"
       );
     },
   },