@@ -104,7 +104,7 @@
<template slot-scope="scope">
<p>报名人数:{{ scope.row.registerNum }}人</p>
<p>报名人次:{{ scope.row.registerTotal }}人</p>
- <p>购课学员:{{ scope.row.purchaseCourse }}人</p>
+ <!-- <p>购课学员:{{ scope.row.purchaseCourse }}人</p> -->
</template>
</el-table-column>
<el-table-column align="center" prop="city" label="适用分部">
@@ -179,7 +179,7 @@
</el-form-item>
</el-col>
<el-col :span="6">
- <el-form-item label="学校">
+ <el-form-item label="学校" style="white-space: normal;">
<span>{{ props.row.school }}</span>
@@ -182,8 +182,15 @@ export default {
},
methods: {
onClose() {
- this.forms.type = "GRADE";
this.$refs.elForm && this.$refs.elForm.resetFields();
+ this.forms.type = "GRADE";
+ this.forms.domains = [
+ {
+ level: null,
+ fee: null,
+ credentials: null
+ }
+ ];
this.addVisible = false;
onTypeChange(val) {