feat: mean lead time at the end

This commit is contained in:
Julien Calixte
2025-12-15 18:01:31 +01:00
parent fe15f20440
commit 0bbbe676d5

View File

@@ -45,12 +45,6 @@ const strategies: Strategy[] = ['push', 'pull']
{{ simulationStore.meanTotalDays(strategy) }} {{ simulationStore.meanTotalDays(strategy) }}
</td> </td>
</tr> </tr>
<tr>
<td>Mean lead time</td>
<td class="numeric" v-for="strategy in strategies" :key="strategy">
{{ simulationStore.meanLeadTime(strategy) }}
</td>
</tr>
<tr> <tr>
<td>Min lead time</td> <td>Min lead time</td>
<td class="numeric" v-for="strategy in strategies" :key="strategy"> <td class="numeric" v-for="strategy in strategies" :key="strategy">
@@ -71,6 +65,12 @@ const strategies: Strategy[] = ['push', 'pull']
}} }}
</td> </td>
</tr> </tr>
<tr>
<td>Mean lead time</td>
<td class="numeric" v-for="strategy in strategies" :key="strategy">
{{ simulationStore.meanLeadTime(strategy) }}
</td>
</tr>
<!-- <tr> <!-- <tr>
<td>Cycle time</td> <td>Cycle time</td>
<td class="numeric" v-for="strategy in strategies" :key="strategy"> <td class="numeric" v-for="strategy in strategies" :key="strategy">