加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

dojo famater 自定义转换颜色

发布时间:2020-12-16 21:24:16 所属栏目:百科 来源:网络整理
导读:{ field: "statusName",name: 'fmt:message key="label.status"/',width: '60px',editable:false,noresize:false,formatter:function(value){ if('已分配'== value){ this.customStyles.push("background-color: #27db28;"); } else if('执行中'== value){ t
{ field: "statusName",name: '<fmt:message key="label.status"/>',width: '60px',editable:false,noresize:false,formatter:function(value){
    	 	if('已分配'== value){
	    		this.customStyles.push("background-color: #27db28;");
	    	}
	    	else if('执行中'== value){
	    		this.customStyles.push("background-color: green;");
	    	}
    	 	else if('已拒绝'== value){
    		 	this.customStyles.push("background-color: red;");
    	 	}
    	 	else if('已完成'== value){
    	 		this.customStyles.push("background-color: blue;");
    	 	}
    	 	else if('已验证'== value){
    	 		this.customStyles.push("background-color: #D3D6D7;");
    	 	}
    	 	else if('草稿'== value){
    	 		this.customStyles.push("background-color: yellow;");
    	 	}
    	 	return value;
     	}
}

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读