This commit is contained in:
2020-04-22 20:27:00 +00:00
parent 40fe0c11b7
commit bc38711b0b
2 changed files with 131 additions and 39 deletions

View File

@@ -3,7 +3,6 @@
<span class="v-label v-label--active theme--light">
{{ $ay.t("Attachments") }}
</span>
{{ displayList }}
<v-tabs v-model="tab" color="primary">
<v-tabs-slider></v-tabs-slider>
<v-tab key="list"><v-icon>fa-folder</v-icon></v-tab>
@@ -166,7 +165,7 @@ export default {
hour12
),
notes: o.notes,
icon: window.$gz.util.iconForMIMEType(o.contentType)
icon: window.$gz.util.iconForFile(o.displayFileName, o.contentType)
});
}
this.displayList = ret;