台桌管理-台桌列表修复
修复状态不存在时页面报错导致白屏
This commit is contained in:
@@ -50,9 +50,9 @@
|
||||
<div class="state">
|
||||
<span
|
||||
class="dot"
|
||||
:style="{ backgroundColor: status[item.status].type }"
|
||||
:style="{ backgroundColor: status[item.status]?status[item.status].type:'' }"
|
||||
></span>
|
||||
{{ status[item.status].label }}
|
||||
{{ status[item.status]?status[item.status].label:'' }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user