fix: adjustment list and entry for material

This commit is contained in:
riefive
2025-09-24 15:34:38 +07:00
parent d0b3d28cdd
commit fcabbc25ff
5 changed files with 35 additions and 48 deletions
+5
View File
@@ -5,6 +5,11 @@ import { useForm } from 'vee-validate'
// types
import type z from 'zod'
import type { DeviceFormData } from '~/schemas/device'
// components
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'
interface Props {
schema: z.ZodSchema<any>