This commit is contained in:
@@ -172,7 +172,8 @@ export default {
|
|||||||
"ImageUrl",
|
"ImageUrl",
|
||||||
"ImageDescription",
|
"ImageDescription",
|
||||||
"AttachFile",
|
"AttachFile",
|
||||||
"AttachmentNotes"
|
"AttachmentNotes",
|
||||||
|
"Upload"
|
||||||
],
|
],
|
||||||
|
|
||||||
////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user