Commit a331e3de authored by zhengke's avatar zhengke

修改

parent b14f5bd8
...@@ -267,9 +267,9 @@ ...@@ -267,9 +267,9 @@
isShowBian(item) { isShowBian(item) {
let isShow = false; let isShow = false;
if (item.AssistTypeName == '课程顾问') { if (item.AssistTypeName == '课程顾问') {
if (this.userInfo.AccountName == item.AssistName) { // if (this.userInfo.AccountName == item.AssistName) {
isShow = true isShow = true
} // }
} }
return isShow; return isShow;
}, },
......
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