Commit 06002a80 authored by zhengke's avatar zhengke

修改

parent fd34be93
...@@ -246,8 +246,10 @@ ...@@ -246,8 +246,10 @@
}); });
} }
//创建者为本人或者有权限 才能修改 //创建者为本人或者有权限 才能修改
if (UserInfo.Id == row.CreateBy || isHavePer) { if (UserInfo.Id === row.CreateBy || isHavePer) {
this.isCanEdit = true; this.isCanEdit = true;
}else{
this.isCanEdit = false;
} }
this.isShowDetailForm = true; this.isShowDetailForm = true;
} }
......
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