| components/mold.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
components/mold.vue
@@ -97,6 +97,7 @@ <th class="num" style="width:8%">寿命比%</th> <th class="num" style="width:8%">寿命比预警值</th> <th style="width:8%">预警状态</th> <th style="width:8%">刀具在机状态</th> </tr> </thead> <tbody> @@ -141,6 +142,9 @@ <span v-if="item.warnStatus === '预警'" class="warn-badge">警告</span> <span v-else>{{ item.warnStatus }}</span> </td> <td> {{ item.downTime ? '下机' : '在机' }}<!--在机状态--> </td> </tr> <tr v-if="!toolRecords.length"> <td colspan="11">暂无数据</td>