|
@@ -161,6 +161,7 @@ export default {
|
|
hasGive: false,
|
|
hasGive: false,
|
|
addStudentVisible: false,
|
|
addStudentVisible: false,
|
|
addSeniorVisible: false,
|
|
addSeniorVisible: false,
|
|
|
|
+ reduceVisible:false,
|
|
rules: {
|
|
rules: {
|
|
// 分页规则
|
|
// 分页规则
|
|
limit: 10, // 限制显示条数
|
|
limit: 10, // 限制显示条数
|
|
@@ -226,7 +227,9 @@ export default {
|
|
addCount() {
|
|
addCount() {
|
|
this.addSeniorVisible = true;
|
|
this.addSeniorVisible = true;
|
|
},
|
|
},
|
|
- reduceCount() {},
|
|
|
|
|
|
+ reduceCount() {
|
|
|
|
+ this.reduceVisible = true
|
|
|
|
+ },
|
|
addStudent() {
|
|
addStudent() {
|
|
this.addStudentVisible = true;
|
|
this.addStudentVisible = true;
|
|
},
|
|
},
|