Browse Source

Merge branch '03/23resetCourse' into test

wolyshaw 4 years ago
parent
commit
1a0d082600
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/teamDetail/components/modals/classroom-setting.vue

+ 2 - 2
src/views/teamDetail/components/modals/classroom-setting.vue

@@ -114,7 +114,7 @@
     <div slot="footer" class="dialog-footer" v-if="classType != 5">
       <el-button @click="$listeners.close">取 消</el-button>
       <el-button type="primary" :disabled="isEmpty" @click="submit"
-        >确 定</el-button
+        >下一步</el-button
       >
     </div>
     <el-dialog
@@ -135,7 +135,7 @@
       <div slot="footer" class="dialog-footer" v-if="classType != 5">
         <el-button @click="previewVisible = false">取 消</el-button>
         <el-button type="primary" @click="submit('confirmGenerate')"
-          >确</el-button
+          >确认排课</el-button
         >
       </div>
     </el-dialog>