feat: mean lead time at the end
This commit is contained in:
@@ -45,12 +45,6 @@ const strategies: Strategy[] = ['push', 'pull']
|
||||
{{ simulationStore.meanTotalDays(strategy) }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mean lead time</td>
|
||||
<td class="numeric" v-for="strategy in strategies" :key="strategy">
|
||||
{{ simulationStore.meanLeadTime(strategy) }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Min lead time</td>
|
||||
<td class="numeric" v-for="strategy in strategies" :key="strategy">
|
||||
@@ -71,6 +65,12 @@ const strategies: Strategy[] = ['push', 'pull']
|
||||
}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mean lead time</td>
|
||||
<td class="numeric" v-for="strategy in strategies" :key="strategy">
|
||||
{{ simulationStore.meanLeadTime(strategy) }}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<td>Cycle time</td>
|
||||
<td class="numeric" v-for="strategy in strategies" :key="strategy">
|
||||
|
||||
Reference in New Issue
Block a user