mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 13:58:26 +08:00
refactor(图表): 变更富文本控制显示方式
This commit is contained in:
@@ -231,7 +231,7 @@ const assignment = content => {
|
||||
value = `<span style="color:${thresholdStyle.color};background-color: ${thresholdStyle.backgroundColor}">${value}</span>`
|
||||
}
|
||||
if (initReady.value) {
|
||||
content = content.replace(itm, !!value ? value : '[未获取字段值]')
|
||||
content = content.replace(itm, !!value ? value : '-')
|
||||
} else {
|
||||
content = content.replace(itm, !!value ? value : '[获取中...]')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user