diff --git a/app/components/app/unit-position/entry-detail.vue b/app/components/app/unit-position/entry-detail.vue new file mode 100644 index 00000000..fb84e41a --- /dev/null +++ b/app/components/app/unit-position/entry-detail.vue @@ -0,0 +1,192 @@ + + + diff --git a/app/components/content/installation/detail.vue b/app/components/content/installation/detail.vue index c9337b5b..0f12ad8c 100644 --- a/app/components/content/installation/detail.vue +++ b/app/components/content/installation/detail.vue @@ -47,7 +47,7 @@ const title = ref('') // #region Props & Emits const props = defineProps<{ - installationId: string + installationId: number }>() const installation = ref({} as Installation) // #endregion diff --git a/app/components/content/unit/detail.vue b/app/components/content/unit/detail.vue index 1310621e..6c51624f 100644 --- a/app/components/content/unit/detail.vue +++ b/app/components/content/unit/detail.vue @@ -47,7 +47,7 @@ const title = ref('') // #region Props & Emits const props = defineProps<{ - unitId: string + unitId: number }>() const unit = ref({} as Unit) // #endregion @@ -86,7 +86,7 @@ const dataMap = computed(() => { }) const headerPrep: HeaderPrep = { - title: 'Detail Instalasi', + title: 'Detail Unit', icon: 'i-lucide-user', refSearchNav: { placeholder: 'Cari (min. 3 karakter)...', @@ -191,7 +191,7 @@ watch([recId, recAction], () => { } " > -