feat (patient): add error page for patient add page permission

This commit is contained in:
Abizrh
2025-08-13 10:12:12 +07:00
parent 6e5d5863ab
commit db9a87d825
18 changed files with 88 additions and 49 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { cols, header, keys, funcParsed, funcHtml, funcComponent } from './list-cfg.ts'
import { cols, funcComponent, funcHtml, funcParsed, header, keys } from './list-cfg.ts'
defineProps<{
data: any[]