fix
This commit is contained in:
parent
cd780618cc
commit
13cdd98356
@ -45,7 +45,7 @@ const finalValue = computed(() => {
|
||||
bgColor.value = 'warning'
|
||||
}
|
||||
if (operator[singleObject.type](singleObject, props.value) > 80 && operator[singleObject.type](singleObject, props.value) <= 100) {
|
||||
bgColor.value = 'red'
|
||||
bgColor.value = 'error'
|
||||
}
|
||||
return operator[singleObject.type](singleObject, props.value)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user