mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
Merge pull request #7875 from ulleo/dev-v2
fix(图表): 指标卡>样式>指标值>后缀颜色设置,初始化颜色不正确
This commit is contained in:
@@ -71,6 +71,7 @@ const init = () => {
|
||||
//第一次颜色可能赋值失败,单独赋值一次
|
||||
nextTick(() => {
|
||||
state.indicatorValueForm.color = customText.color
|
||||
state.indicatorValueForm.suffixColor = customText.suffixColor
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user