diff --git a/src/components/Supp/BtnStop.vue b/src/components/Supp/BtnStop.vue
index 6d866ff..76fa34a 100644
--- a/src/components/Supp/BtnStop.vue
+++ b/src/components/Supp/BtnStop.vue
@@ -1,25 +1,28 @@
-
+
-
+
diff --git a/src/components/Supp/DialogConfirmationStop.vue b/src/components/Supp/DialogConfirmationStop.vue
index 0f8c046..08c8e1a 100644
--- a/src/components/Supp/DialogConfirmationStop.vue
+++ b/src/components/Supp/DialogConfirmationStop.vue
@@ -3,7 +3,7 @@
Confirmation
- Voulez vous vraiment stopper le traitement sur la demande N°{{id}} ?
+ Voulez vous vraiment stopper le traitement sur la demande N°{{ id }} ?
Refuser
@@ -13,21 +13,25 @@
diff --git a/src/views/Suppression/SuppTable.vue b/src/views/Suppression/SuppTable.vue
index e67b014..a6a804c 100644
--- a/src/views/Suppression/SuppTable.vue
+++ b/src/views/Suppression/SuppTable.vue
@@ -27,7 +27,8 @@
-
@@ -107,7 +108,8 @@
-
+
|
@@ -126,14 +128,15 @@ import DialogSuppression from '@/components/Dialog/DialogSuppression.vue';
import DialogCommentaire from '@/components/Dialog/DialogCommentaire.vue';
import MenuDownloadFile from '@/components/MenuDownloadFile.vue';
import moment from 'moment/moment';
-import {useAuthStore} from "@/store/authStore";
-import BtnStop from "@/components/Supp/BtnStop.vue";
+import { useAuthStore } from '@/store/authStore';
+import BtnStop from '@/components/Supp/BtnStop.vue';
//Emit
const emit = defineEmits(['backendError', 'backendSuccess']);
//Data
-const isAdmin = useAuthStore().isAdmin();
+const isAdmin = useAuthStore()
+ .isAdmin();
const extendedAllILN = ref(true); // todo Pour les tests il faut laisser à true/ pour la prod faudra mettre à false
const headingsDemandes = [
{
@@ -226,7 +229,7 @@ const headingsDemandes = [
];
const filteredHeadingsDemandes = computed(() =>
headingsDemandes.filter(heading => heading.display !== false)
-)
+);
const listStatut = [
'En saisie',
@@ -357,7 +360,7 @@ function canCancel(item) {
}
function canStop(item) {
- return item.etatDemande === 'En cours de traitement' || item.etatDemande === 'En attente'
+ return item.etatDemande === 'En cours de traitement' || item.etatDemande === 'En attente';
}
//Suppression d'une demande