添加运行日志

This commit is contained in:
liuwei
2025-04-02 11:28:22 +08:00
parent e49a94f181
commit db7ab0ca05

View File

@@ -22,8 +22,8 @@
</div> </div>
<div v-loading="loading"> <div v-loading="loading">
<div v-if="logContent.length > 0" class="log-content"> <div v-if="logContent && logContent.length > 0" class="log-content">
<pre>{{ logContent.join('') }}</pre> <pre>{% raw %}{{ logContent.join('') }}{% endraw %}</pre>
</div> </div>
<div v-else class="empty-log"> <div v-else class="empty-log">
<el-empty description="暂无日志内容"></el-empty> <el-empty description="暂无日志内容"></el-empty>