|
@@ -12,16 +12,16 @@
|
|
|
@filterClassList="filterClassList"
|
|
|
/>
|
|
|
</el-form>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
icon="el-icon-circle-plus-outline"
|
|
|
plain
|
|
|
type="info"
|
|
|
size="small"
|
|
|
style="width: 100%; margin: 20px 0"
|
|
|
@click="addClass"
|
|
|
- :disabled="form.classList.length >= classList.length"
|
|
|
+ :disabled="form.classList.length >= classList.length"
|
|
|
>添加班级</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
<el-dialog
|
|
|
:visible.sync="showSecondVisable"
|
|
|
title="缴费信息设置"
|
|
@@ -159,19 +159,19 @@ export default {
|
|
|
console.log(this.payInfo)
|
|
|
let obj = {...this.payInfo}
|
|
|
for(let k in obj){
|
|
|
-
|
|
|
+
|
|
|
if( obj[k][key]){
|
|
|
|
|
|
obj[k][key].courseCurrentPrice=value
|
|
|
obj[k][key].courseOriginalPrice=value
|
|
|
- obj[k][key].courseTotalMinuties= parseInt(time)
|
|
|
+ obj[k][key].courseTotalMinuties= parseInt(time)
|
|
|
}
|
|
|
}
|
|
|
this.payInfo = obj
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
};
|
|
|
</script>
|