Commit a331e3de authored by zhengke's avatar zhengke

修改

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