Commit 2866c1a8 authored by 罗超's avatar 罗超

2

parent acda4087
...@@ -526,8 +526,8 @@ ...@@ -526,8 +526,8 @@
onClickDayHeader2(data) {}, onClickDayHeader2(data) {},
onClickInterval2(data) {}, onClickInterval2(data) {},
onClickTime2(data) { onClickTime2(data) {
//小于今天,不显示弹窗 //小于今天不显示弹窗,有权限除外
if (this.showAddStu(data.scope.timestamp.date) && this.auth.IsEdit) { if ((this.showAddStu(data.scope.timestamp.date)|| this.auth.addBefore)&& this.auth.IsEdit) {
this.showForm = true; this.showForm = true;
this.editType = 1; this.editType = 1;
this.saveObj = {}; this.saveObj = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment