rename directory to match backend service apis
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@ import RecordConfirmation from '~/components/pub/my-ui/confirmation/record-confi
|
||||
// Helpers
|
||||
import { usePaginatedList } from '~/composables/usePaginatedList'
|
||||
import { toast } from '~/components/pub/ui/toast'
|
||||
import { config } from '~/components/app/mcu-procedure/list-cfg'
|
||||
import { config } from '~/components/app/procedure-src/list-cfg'
|
||||
// Types
|
||||
import { ActionEvents, type HeaderPrep } from '~/components/pub/my-ui/data/types'
|
||||
import { ProcedureSrcSchema, type ProcedureSrcFormData } from '~/schemas/procedure-src.schema'
|
||||
@@ -125,7 +125,7 @@ onMounted(async () => {
|
||||
@search="handleSearch"
|
||||
class="mb-4 xl:mb-5"
|
||||
/>
|
||||
<AppMcuProcedureList
|
||||
<AppProcedureSrcList
|
||||
:data="data"
|
||||
:pagination-meta="paginationMeta"
|
||||
@page-change="handlePageChange"
|
||||
@@ -143,7 +143,7 @@ onMounted(async () => {
|
||||
}
|
||||
"
|
||||
>
|
||||
<AppMcuProcedureEntryForm
|
||||
<AppProcedureSrcEntryForm
|
||||
:schema="ProcedureSrcSchema"
|
||||
:values="recItem"
|
||||
:is-loading="isProcessing"
|
||||
@@ -33,7 +33,7 @@ const canRead = true
|
||||
|
||||
<template>
|
||||
<template v-if="canRead">
|
||||
<ContentMcuProcedureList />
|
||||
<ContentProcedureSrcList />
|
||||
</template>
|
||||
<Error
|
||||
v-else
|
||||
|
||||
Reference in New Issue
Block a user