fix: excel

This commit is contained in:
opbnq-q
2025-03-13 17:28:37 +07:00
parent 490b02e007
commit 031e22a4a3
2 changed files with 23 additions and 4 deletions

View File

@@ -135,9 +135,9 @@ const validate: Validate<Post> = (entity) => {
</script>
<template>
<Table :scheme :service :get-defaults :load :items :validate>
<Table :scheme :service :get-defaults :load :items :validate >
<template #CommentsCreate="{ data }">
<p>{{ data.Comments }}</p>
<p>{{ data }}</p>
</template>
</Table>
</template>