1
@@ -135,6 +135,19 @@
>
</span>
</el-dialog>
+ <el-dialog
+ title="减少资格"
+ :visible.sync="reduceVisible"
+ width="1000px"
+ >
+ <reduceSenior />
+ <span slot="footer" class="dialog-footer">
+ <!-- <el-button @click="addStudentVisible = false">取 消</el-button> -->
+ <el-button type="primary" @click="reduceVisible = false"
+ >确 定</el-button
+ </span>
+ </el-dialog>
</div>
</template>
@@ -24,7 +24,7 @@
</el-form-item>
</el-col>
</el-row>
- <p style="color:red"> 资格调整不影响该活动学员购买次数</p>
+ <p style="color:red;margin-bottom:20px;"> 资格调整不影响该活动学员购买次数</p>
</el-form>
<el-alert title="添加学员" :closable="false" class="alert" type="info" />
<el-form
@@ -0,0 +1,17 @@
+<template>
+ <div>
+ <p style="color:red;margin-bottom:20px;"> 赠课资格显示“--”说明该活动无赠课</p>
+ </div>
+</template>
+<script>
+export default {
+ data(){
+ return {
+
+ }
+}
+</script>
+<style lang="scss" scoped>
+</style>