|
@@ -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>
|