This commit is contained in:
2020-04-22 00:38:28 +00:00
parent d28367d86e
commit 69d0974215
2 changed files with 3 additions and 2 deletions

View File

@@ -172,7 +172,8 @@ export default {
"ImageUrl", "ImageUrl",
"ImageDescription", "ImageDescription",
"AttachFile", "AttachFile",
"AttachmentNotes" "AttachmentNotes",
"Upload"
], ],
//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////

View File

@@ -55,7 +55,7 @@
:label="$ay.t('AttachmentNotes')" :label="$ay.t('AttachmentNotes')"
></v-text-field> ></v-text-field>
<v-btn color="primary" text @click="upload">{{ <v-btn color="primary" text @click="upload">{{
$ay.t("OK") $ay.t("Upload")
}}</v-btn> }}</v-btn>
</div> </div>
</v-tab-item> </v-tab-item>