以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 导航窗口权限 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=120535) |
-- 作者:有点甜 -- 发布时间:2018/6/19 8:57:00 -- 你可以隐藏,如
If 条件不符合 then trv.Nodes("质量控制").Delete End If |
-- 作者:有点甜 -- 发布时间:2018/6/19 10:20:00 -- Dim trv = e.form.controls("TreeView1" If _UserName <> "质量部" Then trv.nodes("质量控制").delete End If |