Commit b273e63b authored by agping's avatar agping

客户列表修改

parent f0fdea34
......@@ -129,7 +129,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
});
$('.datetimepicker').hide();//初始化隐藏时间控件
//初始化 纯房东的筛选 判断权限
if(check_auth('index/pure_landlord')){
if(check_auth('pure_landlord')){
$("select[name=landlord_status]").removeAttr("disabled");
}else{
$("select[name=landlord_status]").attr("disabled","disabled");
......
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