添加类型
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
<th>设备编号</th>
|
||||
<th>设备名称</th>
|
||||
<th>状态</th>
|
||||
<th>类型</th>
|
||||
<th>计划保养日期</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -34,6 +35,7 @@
|
||||
<td>{{e.device_code}}</td>
|
||||
<td>{{e.device_name}}</td>
|
||||
<td>{{e.invstatus_name}}</td>
|
||||
<td>{{['计划点检', '临时点检'][Number(e.maintenancecycle) - 1]}}</td>
|
||||
<td>{{e.plan_start_date}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<th>设备编号</th>
|
||||
<th>设备名称</th>
|
||||
<th>状态</th>
|
||||
<th>类型</th>
|
||||
<th>计划润滑日期</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -34,6 +35,7 @@
|
||||
<td>{{e.device_code}}</td>
|
||||
<td>{{e.device_name}}</td>
|
||||
<td>{{e.invstatus_name}}</td>
|
||||
<td>{{['计划润滑', '临时润滑'][Number(e.maintenancecycle) - 1]}}</td>
|
||||
<td>{{e.plan_start_date}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<th>设备编号</th>
|
||||
<th>设备名称</th>
|
||||
<th>状态</th>
|
||||
<th>类型</th>
|
||||
<th>计划保养日期</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -34,6 +35,7 @@
|
||||
<td>{{e.device_code}}</td>
|
||||
<td>{{e.device_name}}</td>
|
||||
<td>{{e.invstatus_name}}</td>
|
||||
<td>{{['计划保养', '临时保养'][Number(e.maintenancecycle) - 1]}}</td>
|
||||
<td>{{e.plan_start_date}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user