Skip to content

Commit

Permalink
FEAT ITEM-355-front-utiliser-la-couche-service-pour-connaitre-le-role…
Browse files Browse the repository at this point in the history
…-en-boolean-exploiter-ce-booleen-pour-masquer-les-elements-relatif-a-l-iln-dans-le-tableau :

     - désactivation de la coche pour l'utilisateur dans ModifTable.vue, RecouvTable.vue, ExempTable.vue et SuppTable.vue
  • Loading branch information
EryneKL committed Nov 6, 2024
1 parent d5e702b commit 6172258
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/views/Exemplarisation/ExempTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
d'exemplaires archivées
</v-chip>
<v-chip variant="text">
<v-tooltip activator="parent" location="bottom">
<v-tooltip v-if="isAdmin" activator="parent" location="bottom">
<template v-slot:activator="{ props }">
<label>
<input type="checkbox" v-model="extendedAllILN" style="margin-right: 5px"
Expand Down
2 changes: 1 addition & 1 deletion src/views/Modification/ModifTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
d'exemplaires archivées
</v-chip>
<v-chip variant="text">
<v-tooltip activator="parent" location="bottom">
<v-tooltip v-if="isAdmin" activator="parent" location="bottom">
<template v-slot:activator="{ props }">
<label>
<input type="checkbox" v-model="extendedAllILN" style="margin-right: 5px"
Expand Down
2 changes: 1 addition & 1 deletion src/views/Recouvrement/RecouvTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
de recouvrement archivés
</v-chip>
<v-chip variant="text">
<v-tooltip activator="parent" location="bottom">
<v-tooltip v-if="isAdmin" activator="parent" location="bottom">
<template v-slot:activator="{ props }">
<label>
<input type="checkbox" v-model="extendedAllILN" style="margin-right: 5px"
Expand Down
2 changes: 1 addition & 1 deletion src/views/Suppression/SuppTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Demandes archivées
</v-chip>
<v-chip variant="text">
<v-tooltip activator="parent" location="bottom">
<v-tooltip v-if="isAdmin" activator="parent" location="bottom">
<template v-slot:activator="{ props }">
<label>
<input type="checkbox" v-model="extendedAllILN" style="margin-right: 5px"
Expand Down

0 comments on commit 6172258

Please sign in to comment.