操作日志不用记录 command.

This commit is contained in:
lijiahang
2024-04-19 13:56:17 +08:00
parent 714940bdcf
commit c880065e39
12 changed files with 37 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
<!-- 左侧信息 -->
<a-space class="log-header-left" :size="12">
<!-- 执行序列 -->
<a-tag v-if="execLog.execSeq" color="green">
<a-tag v-if="execLog.execSeq" color="purple">
#{{ execLog.execSeq }}
</a-tag>
<!-- 状态 -->