feat: mean lead time at the end
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user