fix: 修复文档转换与预览链路中的图片、文件名和错误处理问题
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</h3>
|
||||
<div class="mt-2 text-sm text-danger-700 dark:text-danger-300 space-y-1">
|
||||
<p><strong>文档:</strong>{{ $document->title }}</p>
|
||||
<p><strong>文件名:</strong>{{ $document->file_name }}</p>
|
||||
<p><strong>文件名:</strong>{{ $document->display_file_name }}</p>
|
||||
<p><strong>失败时间:</strong>{{ $document->updated_at->format('Y年m月d日 H:i:s') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user