From 2adeddc89983a625f6fef3882345baa9bca46050 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 12 十一月 2024 11:17:52 +0800 Subject: [PATCH] bug+检测按钮+新的故障下拉框+工单删除+记录检测离线具体时间点等等 --- src/views/system/data-manage/data-detail/list.js | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/views/system/data-manage/data-detail/list.js b/src/views/system/data-manage/data-detail/list.js index 01b9cc9..cf5171b 100644 --- a/src/views/system/data-manage/data-detail/list.js +++ b/src/views/system/data-manage/data-detail/list.js @@ -512,7 +512,7 @@ optionsStatus: true, }, { - title: "鐐逛綅鍦ㄧ嚎鐜�", + title: "瑙嗛鐐逛綅鍦ㄧ嚎鐜�", index: 'site_online', columns: [ { @@ -558,6 +558,12 @@ width: 200, }, { + label: '鏈�杩戠绾挎椂闂�', + align: 'center', + prop: 'offLineTimeStr', + width: 200, + }, + { label: '鐩戞祴鏃堕棿', align: 'center', prop: 'mongoCreateTime', @@ -594,7 +600,8 @@ {key: 4, label: `鏈�杩慞ing鐩戞祴鐘舵�乣, visible: true}, {key: 5, label: `褰撴棩鐩戞祴娆℃暟`, visible: true}, {key: 6, label: `褰撴棩绂荤嚎娆℃暟`, visible: true}, - {key: 7, label: `鐩戞祴鏃堕棿`, visible: true}, + {key: 7, label: `鏈�杩戠绾挎椂闂碻, visible: true}, + {key: 8, label: `鐩戞祴鏃堕棿`, visible: true}, ], options: [ {label: '鍦ㄧ嚎', value: 1}, @@ -1358,6 +1365,12 @@ width: 200 }, { + "label": "鍝佺墝", + "align": "center", + "prop": "deviceBrandStr", + width: 150 + }, + { "label": "osd鐪�", "align": "center", "prop": "osdProvince", @@ -1868,7 +1881,7 @@ optionsStatus: true, }, { - title: '鐐逛綅鍦ㄧ嚎鐜�', + title: '杞﹁締鐐逛綅鍦ㄧ嚎鐜�', index: 'site_online', columns: [ { @@ -2998,7 +3011,7 @@ optionsStatus: true, }, { - title: '鐐逛綅鍦ㄧ嚎鐜�', + title: '浜鸿劯鐐逛綅鍦ㄧ嚎鐜�', index: 'site_online', columns: [ { -- Gitblit v1.8.0