This commit is contained in:
张成
2025-12-24 23:17:22 +08:00
parent 6b7ce7c9aa
commit cde30bbd59
3 changed files with 9 additions and 6 deletions

View File

@@ -190,8 +190,8 @@
<div class="detail-item">
<span class="label">自动投递</span>
<span class="value">
<Tag :color="deliverConfig.auto_deliver === 1 ? 'success' : 'default'">
{{ deliverConfig.auto_deliver === 1 ? '开启' : '关闭' }}
<Tag :color="deliverConfig.auto_deliver ? 'success' : 'default'">
{{ deliverConfig.auto_deliver ? '开启' : '关闭' }}
</Tag>
</span>
</div>