FIX: uppercase
This commit is contained in:
parent
c00ce5ab94
commit
39a3062009
@ -24,7 +24,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import ListeLieuxTemplate from "@/components/templates/CRM/lieux/ListeLieuxTemplate.vue";
|
import ListeLieuxTemplate from "@/components/templates/CRM/lieux/ListeLieuxTemplate.vue";
|
||||||
import LocationTable from "@/components/molecules/Location/LocationTable.vue";
|
import LocationTable from "@/components/molecules/location/LocationTable.vue";
|
||||||
import addButton from "@/components/molecules/new-button/addButton.vue";
|
import addButton from "@/components/molecules/new-button/addButton.vue";
|
||||||
import TableAction from "@/components/molecules/Tables/TableAction.vue";
|
import TableAction from "@/components/molecules/Tables/TableAction.vue";
|
||||||
import FilterTable from "@/components/molecules/Tables/FilterTable.vue";
|
import FilterTable from "@/components/molecules/Tables/FilterTable.vue";
|
||||||
|
|||||||
@ -142,7 +142,7 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, computed, defineProps, defineEmits } from "vue";
|
import { ref, computed, defineProps, defineEmits } from "vue";
|
||||||
import LocationSearchForm from "@/components/molecules/Location/LocationSearchForm.vue";
|
import LocationSearchForm from "@/components/molecules/location/LocationSearchForm.vue";
|
||||||
import SoftInput from "@/components/SoftInput.vue";
|
import SoftInput from "@/components/SoftInput.vue";
|
||||||
// Import API service when available
|
// Import API service when available
|
||||||
// import locationService from "@/services/location";
|
// import locationService from "@/services/location";
|
||||||
|
|||||||
@ -120,7 +120,7 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { defineProps, defineEmits, ref } from "vue";
|
import { defineProps, defineEmits, ref } from "vue";
|
||||||
import LocationModal from "../Location/LocationModal.vue";
|
import LocationModal from "../location/LocationModal.vue";
|
||||||
import SoftButton from "@/components/SoftButton.vue";
|
import SoftButton from "@/components/SoftButton.vue";
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user