refactor: add i18n

This commit is contained in:
Net 2024-09-25 10:55:06 +07:00
parent 9efe220548
commit 32975adeeb
4 changed files with 36 additions and 12 deletions

View file

@ -181,7 +181,7 @@ function deleteFileOfBranch(filename: string, index: number) {
:disable="readonly"
icon="mdi-upload"
color="info"
label="อัปโหลดเอกสาร"
:label="$t('general.uploadFile')"
@click="
() => {
currentIndex = obj.length;