|
@@ -363,7 +363,7 @@ export default {
|
|
|
let planid = _.get(this.defaultOption, 'planid');
|
|
|
let termid = _.get(this.defaultOption, `termid`);
|
|
|
if (needAlert)
|
|
|
- this.$confirm('此操作将会将后生成且没有课表的班级生成课表,已经生成的课表将不会还原!', '提示', {
|
|
|
+ this.$confirm('此操作将会将后生成且没有课表的班级生成课表,已经生成的课表将不会改变!', '提示', {
|
|
|
confirmButtonText: '按模板排课',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning',
|