This commit is contained in:
Viet An
2026-06-25 17:25:42 +07:00
parent 31ac60a282
commit f759ca49d5
13 changed files with 669 additions and 1458 deletions

View File

@@ -164,7 +164,7 @@
</button>
<button
class="button is-light has-text-black"
@click="$exportpdf(docid, record.code)"
@click="exportPdf(docid, { filename: record.code })"
>
{{ findLang("print") }}
</button>