Skip to content
Snippets Groups Projects
Commit 4da0a49f authored by sebastien dupuy's avatar sebastien dupuy
Browse files

affichage des labels de preconisation pour le plan d actions

parent 6622dd17
No related branches found
No related tags found
No related merge requests found
Pipeline #41289 passed
......@@ -15,7 +15,7 @@
<td colspan="3">Aucune action</td>
</tr>
<tr v-for="item in actions" :key="item.id">
<td>{{ item.level.actual_label }}</td>
<td>{{ item.level.preconized_label }}</td>
<td>{{ item.end_date }}</td>
<td>{{ item.manager }}</td>
</tr>
......
......@@ -2,7 +2,7 @@
<tr>
<td> {{ item.measure.short_name }} </td>
<td> {{ item.expected_level }} </td>
<td> {{ item.measure[`level${item.expected_level}_actual_label`] }} </td>
<td> {{ item.measure[`level${item.expected_level}_preconized_label`] }} </td>
<td> {{ item.end_date }} </td>
<td> {{ item.manager }} </td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment