解决方案
开发效率提升方案
低代码开发平台·专业版
低代码开发平台·开源版
简单项目管理
交流社区
简道学院
应用商店
登录
注册
thedayofdays
普通
2019-05-25 开始修炼简单之道
钻石商城
Ta的内容
Ta的动态
Ta回复的
Ta的问题
Ta的分享
Ta的BUG
Ta的需求
Ta的动态
刚刚
Jieven
发表了文章
[分享]
如何让EOVA觉醒自我意识?
66月前
thedayofdays
回复
最终解决方案是在 $(document).ready(function(){}中通过ajax获取条件实现的
[问题]
如何根据用户级别格式化单元格内容
66月前
thedayofdays
每日打卡
获得金币+11,获得点播券+1
66月前
thedayofdays
每日打卡
获得金币+6,获得点播券+1
66月前
thedayofdays
回复
@雷诺娃
@Override
protected void loginInit(Controller ctrl, User user) throws Exception {
super.loginInit(ctrl, user);
// 添加自定义业务信息到当前用户中
user.put("MyCondition", "3");/*test*/
}
/*格式化器中*/
function(value, row, index, field) {
//parseInt(${user.MyCondition})
if(${user.MyCondition}>1){
return '<b style="color:red">' + row.value + '</b>';
}else{
return '<b style="color:blue">' + row.value + '</b>';
}
}
${user.MyCondition}或者parseInt(${user.MyCondition}) 这样表格直接就不显示了,是哪里写的不对么
[问题]
如何根据用户级别格式化单元格内容
66月前
thedayofdays
回复
@雷诺娃
过滤条件中加可以,在格式化器中如何用呢
[问题]
如何根据用户级别格式化单元格内容
66月前
thedayofdays
创建了一个问题
[问题]
如何根据用户级别格式化单元格内容
66月前
thedayofdays
每日打卡
获得金币+11,获得点播券+1