From e62d84b812756d76c5ddbcbe2e89dc598512df16 Mon Sep 17 00:00:00 2001 From: riefive Date: Tue, 30 Sep 2025 14:40:50 +0700 Subject: [PATCH] feat(specialist): finishing integrate specialist --- app/components/app/specialist/entry-form.vue | 15 ++++++++++++--- app/components/app/specialist/list-cfg.ts | 4 ++++ app/components/content/specialist/list.vue | 2 +- app/models/specialist.ts | 2 +- app/models/unit.ts | 1 + app/schemas/specialist.schema.ts | 2 +- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/app/components/app/specialist/entry-form.vue b/app/components/app/specialist/entry-form.vue index d3391208..7254ec98 100644 --- a/app/components/app/specialist/entry-form.vue +++ b/app/components/app/specialist/entry-form.vue @@ -4,7 +4,7 @@ import Block from '~/components/pub/custom-ui/doc-entry/block.vue' import Cell from '~/components/pub/custom-ui/doc-entry/cell.vue' import Field from '~/components/pub/custom-ui/doc-entry/field.vue' import Label from '~/components/pub/custom-ui/doc-entry/label.vue' -import Combobox from '~/components/pub/custom-ui/form/combobox.vue' +// import Combobox from '~/components/pub/custom-ui/form/combobox.vue' // Types import type { SpecialistFormData } from '~/schemas/specialist.schema.ts' @@ -89,8 +89,8 @@ function onCancelForm() { - - + +