fe-prescription-56: wip

This commit is contained in:
2025-10-08 07:58:48 +07:00
parent fdbcfed87f
commit 06476756fb
23 changed files with 492 additions and 136 deletions

No files matched your search

@@ -15,6 +15,7 @@ const props = defineProps<{
funcComponent?: RecStrFuncComponent
selectMode?: 'single' | 'multiple'
modelValue?: any[] | any
class?: string
}>()
const emit = defineEmits<{
@@ -61,7 +62,7 @@ function handleActionCellClick(event: Event, _cellRef: string) {
</script>
<template>
<Table>
<Table :class="class">
<TableHeader class="bg-gray-50 dark:bg-gray-800">
<TableRow>
<TableHead
+1 -1
View File
@@ -40,7 +40,7 @@ function btnClick() {
</div>
<div v-if="prep.addNav" class="flex items-center ms-2">
<Button class="rounded-md border border-gray-300 text-white" @click="btnClick">
<Icon name="i-lucide-plus" class="mr-2 h-4 w-4 align-middle" />
<Icon name="i-lucide-plus" class="align-middle" />
{{ prep.addNav.label }}
</Button>
</div>