From 44681da6744dd73ca1ae58ae7a0aa30da8ec2e45 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 28 Jan 2026 15:23:54 +0300 Subject: [PATCH] Fix Dossier --- .../Organism/CRM/FournisseurDetailPresentation.vue | 4 ++-- .../CRM/fournisseur/FournisseurDetailContent.vue | 14 +++++++------- .../CRM/fournisseur/FournisseurDetailSidebar.vue | 4 ++-- .../Organism/Commande/CommandeListPresentation.vue | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/thanasoft-front/src/components/Organism/CRM/FournisseurDetailPresentation.vue b/thanasoft-front/src/components/Organism/CRM/FournisseurDetailPresentation.vue index aeadbf2..eabcc9b 100644 --- a/thanasoft-front/src/components/Organism/CRM/FournisseurDetailPresentation.vue +++ b/thanasoft-front/src/components/Organism/CRM/FournisseurDetailPresentation.vue @@ -65,8 +65,8 @@ import { defineProps, defineEmits, ref, computed } from "vue"; import { useContactStore } from "@/stores/contactStore"; import FournisseurDetailTemplate from "@/components/templates/CRM/FournisseurDetailTemplate.vue"; -import FournisseurDetailSidebar from "./fournisseur/FournisseurDetailSidebar.vue"; -import FournisseurDetailContent from "./fournisseur/FournisseurDetailContent.vue"; +import FournisseurDetailSidebar from "./Fournisseur/FournisseurDetailSidebar.vue"; +import FournisseurDetailContent from "./Fournisseur/FournisseurDetailContent.vue"; import { RouterLink } from "vue-router"; const props = defineProps({ diff --git a/thanasoft-front/src/components/Organism/CRM/fournisseur/FournisseurDetailContent.vue b/thanasoft-front/src/components/Organism/CRM/fournisseur/FournisseurDetailContent.vue index a86199a..3cd49c9 100644 --- a/thanasoft-front/src/components/Organism/CRM/fournisseur/FournisseurDetailContent.vue +++ b/thanasoft-front/src/components/Organism/CRM/fournisseur/FournisseurDetailContent.vue @@ -58,13 +58,13 @@