|
|
@@ -127,7 +127,7 @@ export default {
|
|
|
return {
|
|
|
picUrl: pic && picUrl ? getThumbnailUrl(picUrl) : null,
|
|
|
keyName: picUrl,
|
|
|
- type: ['疑似黑屏', '设备离线'][type],
|
|
|
+ type: ['疑似黑屏', '设备离线', '屏幕拓扑结构异常'][type],
|
|
|
handle: ['应用重启', '设备重启', '恢复出厂', '未干预'][handle],
|
|
|
status: ['primary', 'success', 'danger', 'primary'][status],
|
|
|
statusTip: ['处理中', '成功', '失败', '无'][status],
|