diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 802499e..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/views/modules/trainingCourse/training-course-list.vue b/src/views/modules/trainingCourse/training-course-list.vue index 6edb796..f472b5a 100644 --- a/src/views/modules/trainingCourse/training-course-list.vue +++ b/src/views/modules/trainingCourse/training-course-list.vue @@ -91,10 +91,13 @@ - + @@ -224,12 +227,24 @@ +
+ 一星湖粉 + +
+
+ 二星湖粉 + +
三星湖粉
- 五星湖粉 + 四星湖粉 + +
+
+ 五星及以上湖粉
@@ -337,7 +352,10 @@ export default { vipFee: '', svipType: '', svipFee: '', + oneHuFee: '', + twoHuFee: '', threeHuFee: '', + fourHuFee: '', fiveHuFee: '', singupFlag: 1, //1可报名 0不可报名 displayFlag: 0, //0上架 1下架 @@ -584,7 +602,10 @@ export default { svipType: svipType, displayApp: appType, svipFee: data.svipFee, + oneHuFee: data.oneHuFee, + twoHuFee: data.twoHuFee, threeHuFee: data.threeHuFee, + fourHuFee: data.fourHuFee, fiveHuFee: data.fiveHuFee, sort: data.sort }), @@ -649,7 +670,10 @@ export default { svipType: svipType, displayApp: appType, svipFee: this.addForm.svipFee, + oneHuFee: this.addForm.oneHuFee, + twoHuFee: this.addForm.twoHuFee, threeHuFee: this.addForm.threeHuFee, + fourHuFee: this.addForm.fourHuFee, fiveHuFee: this.addForm.fiveHuFee, sort: this.addForm.sort }), @@ -710,7 +734,10 @@ export default { } this.addForm.svipFee = data.svipFee; + this.addForm.oneHuFee = data.oneHuFee; + this.addForm.twoHuFee = data.twoHuFee; this.addForm.threeHuFee = data.threeHuFee; + this.addForm.fourHuFee = data.fourHuFee; this.addForm.fiveHuFee = data.fiveHuFee; this.addForm.sort = data.sort; this.$nextTick(() => { @@ -814,7 +841,7 @@ export default { align-items: center; span{ - width: 70px; + width: 120px; display: inline-block; } .el-input{