|
@@ -89,7 +89,7 @@
|
|
|
<!-- <td v-else class="file-details-cell state text-14px text-red-500">转换失败<img src="/converter/menu_ic_pdfconvert.png" @click="rechangeFile" /></td> -->
|
|
|
<td class="file-actions-cell w-50px p-0">
|
|
|
<div class="file-actions text-center">
|
|
|
- <div class="file-footer-buttons" @click="deleteFile(index)">
|
|
|
+ <div class="file-footer-buttons" @click="deleteFile(index)" v-if="changeFileFlag">
|
|
|
<button type="button" class="kv-file-remove btn btn-xs btn-default bg-inherit !border-none pr-7px py-1px pl-5px text-12px leading-normal rounded-3px" title="删除文件"><i class="pdf-removeicon"></i></button>
|
|
|
</div>
|
|
|
</div>
|