fix visualizzazione durata stimata
This commit is contained in:
+2
-4
@@ -18,7 +18,7 @@
|
||||
</div>
|
||||
</foreignObject>
|
||||
<foreignObject :width="delayDuration * ganttOptions.secondSize" height="26" x="0" y="44">
|
||||
<div class="delay-footer">{{Math.max(value.actualDelay, value.estimatedDelay) | round(1)}}s</div>
|
||||
<div class="delay-footer">{{value.estimatedDelay | round(1)}}s</div>
|
||||
</foreignObject>
|
||||
<line
|
||||
class="vertical-line"
|
||||
@@ -34,9 +34,7 @@
|
||||
<div class="body-header">{{value.label | localize(value.label)}}</div>
|
||||
</foreignObject>
|
||||
<foreignObject :width="duration * ganttOptions.secondSize" height="26" x="0" y="44">
|
||||
<div
|
||||
class="body-footer"
|
||||
>{{Math.max(value.actualDuration, value.estimatedDuration ) | round(1)}}s</div>
|
||||
<div class="body-footer">{{value.estimatedDuration | round(1)}}s</div>
|
||||
</foreignObject>
|
||||
<line
|
||||
v-if="showStatus && recipeValue"
|
||||
|
||||
Reference in New Issue
Block a user