mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-07-12 22:01:11 +08:00
fix(editor): 修复合并历史记录信息展示
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
cd19dec790
commit
3bd0eecb42
@ -14,13 +14,13 @@
|
|||||||
<span class="m-editor-history-list-item-desc">{{ desc }}</span>
|
<span class="m-editor-history-list-item-desc">{{ desc }}</span>
|
||||||
|
|
||||||
<span
|
<span
|
||||||
v-if="sourceLabel(source)"
|
v-if="!merged && sourceLabel(source)"
|
||||||
class="m-editor-history-list-item-source"
|
class="m-editor-history-list-item-source"
|
||||||
:title="`操作途径:${sourceLabel(source)}`"
|
:title="`操作途径:${sourceLabel(source)}`"
|
||||||
>{{ sourceLabel(source) }}</span
|
>{{ sourceLabel(source) }}</span
|
||||||
>
|
>
|
||||||
|
|
||||||
<span v-if="time" class="m-editor-history-list-item-time" :title="timeTitle || time">{{ time }}</span>
|
<span v-if="!merged && time" class="m-editor-history-list-item-time" :title="timeTitle || time">{{ time }}</span>
|
||||||
|
|
||||||
<span v-if="merged" class="m-editor-history-list-item-merge">合并 {{ stepCount }} 步</span>
|
<span v-if="merged" class="m-editor-history-list-item-merge">合并 {{ stepCount }} 步</span>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user