From e6b69fa5e038cbfb15b7b4fb0d6f86387992a83e Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 21 Mar 2022 10:39:30 +0800 Subject: [PATCH] update --- .../core/src/main/resources/views/modules/sys/onlineList.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/sys/onlineList.html b/modules/core/src/main/resources/views/modules/sys/onlineList.html index f146224c..67b143dc 100644 --- a/modules/core/src/main/resources/views/modules/sys/onlineList.html +++ b/modules/core/src/main/resources/views/modules/sys/onlineList.html @@ -56,10 +56,10 @@ $('#dataGrid').dataGrid({ {header:'${text("超时时间")}', name:'timeout', width:100, align:'center'}, {header:'${text("客户主机")}', name:'host', width:70, align:'center'}, {header:'${text("用户类型")}', name:'userType', width:50, align:'center', formatter: function(val, obj, row, act){ - return js.getDictLabel(${@DictUtils.getDictListJson('sys_user_type')}, val, '未知', true); + return js.getDictLabel(${@DictUtils.getDictListJson('sys_user_type')}, val, '未设置', true); }}, {header:'${text("设备类型")}', name:'deviceType', width:50, align:'center', formatter: function(val, obj, row, act){ - return js.getDictLabel(${@DictUtils.getDictListJson('sys_device_type')}, val, '未知', true); + return js.getDictLabel(${@DictUtils.getDictListJson('sys_device_type')}, val, '未设置', true); }} <% if(hasPermi('sys:online:edit')){ %> ,{header:'${text("操作")}', name:'actions', width:100, sortable:false, formatter: function(val, obj, row, act){