This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user