1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user