Browse Source

Merge branch '02/24resetMain' into test

mo 4 years ago
parent
commit
efdccaf010
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/studentManager/components/studentOrder.vue

+ 2 - 2
src/views/studentManager/components/studentOrder.vue

@@ -92,13 +92,13 @@
           type="primary"
           @click="userCoursesAccountExport"
           v-if="$helpers.permission('export/userCoursesAccount')"
-          >课程明细导出</el-button
+          >课程余额明细导出</el-button
         >
         <el-button
           type="primary"
           @click="userCashAccountDetailExport"
           v-if="$helpers.permission('export/userCashAccountDetail')"
-          >现金明细导出</el-button
+          >账户余额明细导出</el-button
         >
       </el-form-item>
     </save-form>