“cc5adfb8e5c3e4be35229e4c83512e26f4f9cb75”上不存在“v1_api_demo/quick_start/trainer_config.resnet-lstm.py”
提交 a88476f9 编写于 作者: Skyeye云's avatar Skyeye云

feat: 流程状态新增颜色属性

上级 b21c9a2e
......@@ -47,7 +47,11 @@ var skyeyeClassEnumUtil = {
var displayName = '';
$.each(json.rows, function (i, item) {
if (item[idKey] == key) {
displayName = item[displayNameKey];
if (!isNull(item.color)) {
displayName = '<span style="color: ' + item.color + '">' + item[displayNameKey] + '</span>';
} else {
displayName = item[displayNameKey];
}
}
});
return displayName;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册