|
@@ -83,7 +83,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-dialog
|
|
|
- title="添加学生"
|
|
|
+ title="添加班级"
|
|
|
:visible.sync="dialogVisible"
|
|
|
:append-to-body="true"
|
|
|
width="25%"
|
|
@@ -234,7 +234,7 @@ export default {
|
|
|
id: id,
|
|
|
};
|
|
|
if (this.time()) {
|
|
|
- this.$confirm("确定删除此课程吗?", "提示", {
|
|
|
+ this.$confirm("确定删除此班级吗?", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning",
|