Commit 6f6a2cf3 authored by wxk's avatar wxk

优化

parent 080c1af4
......@@ -77,7 +77,7 @@
</div>
</div>
<ul class="robots-box">
<li v-for="(item,index) in robotList" :key="item.tag" :class="[item.status]">
<li v-for="(item,index) in robotList" :key="item.tag" :class="[item.status||'normal']">
<div class="operations">
<div class="detail" @click="showDetails(index)">
<span>查看详情</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment