set notif if service your province

This commit is contained in:
Surya Paolo
2023-04-13 13:46:53 +02:00
parent dc502611fa
commit 35db79b479
15 changed files with 83 additions and 75 deletions

View File

@@ -60,7 +60,7 @@
:done-color="getColorDone(recstep.step)"
>
<div
v-if="recstep.checkOk() && recstep.label_ok"
v-if="recstep.checkOkReal() && recstep.label_ok"
v-html="recstep.label_ok"
></div>
<div v-else v-html="recstep.label"></div>