visible does not support function, use ternary operator and Config to achieve dynamic display

visible: Config.admin.id == 1? true: false visible does not support function, use ternary operator and Config to achieve dynamic display

visible: Config.admin.id == 1? true: false
Post comment 取消回复