fix: 调整alertLabel页面字段暂时为空时的占位符

This commit is contained in:
@changcode
2021-10-27 14:02:09 +08:00
parent 7b0cb3da35
commit aac45c2fc2
2 changed files with 7 additions and 7 deletions

View File

@@ -90,7 +90,7 @@
</div>
<div class="alert-label-box">
<div class="alert-label-title">Description</div>
<div class="alert-label-value">{{alertLabelData && alertLabelData.remark ? alertLabelData.remark : '-'}}</div>
<div class="alert-label-value">{{alertLabelData && alertLabelData.remark ? alertLabelData.remark : '--'}}</div>
</div>
</div>