3678b9c1 by lihua

fix

1 parent da908693
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
48 </template> 48 </template>
49 <template 49 <template
50 v-if="file?.name?.substring(file.name.lastIndexOf('.') + 1).toLowerCase() === 'csv'"> 50 v-if="file?.name?.substring(file.name.lastIndexOf('.') + 1).toLowerCase() === 'csv'">
51 <img class="file-img" src="../../assets/images/csv.png" /> 51 <img class="file-img" src="../../../assets/images/csv.png" />
52 </template> 52 </template>
53 <template 53 <template
54 v-else-if="file.name.substring(file.name.lastIndexOf('.') + 1).toLowerCase() == 'doc' || file.name.substring(file.name.lastIndexOf('.') + 1).toLowerCase() == 'docx'"> 54 v-else-if="file.name.substring(file.name.lastIndexOf('.') + 1).toLowerCase() == 'doc' || file.name.substring(file.name.lastIndexOf('.') + 1).toLowerCase() == 'docx'">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!