From 3af803cf8933743c399ad9e4e0c1fe3456699a9f Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Thu, 20 May 2021 17:59:15 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20terminallog/opLog=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/config/operationLog.vue | 1 - nezha-fronted/src/components/page/config/terminalLog.vue | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/page/config/operationLog.vue b/nezha-fronted/src/components/page/config/operationLog.vue index d20fe8181..29d2f99af 100644 --- a/nezha-fronted/src/components/page/config/operationLog.vue +++ b/nezha-fronted/src/components/page/config/operationLog.vue @@ -47,7 +47,6 @@ export default { url: 'sys/log', tableId: 'operationLogTable', // 需要分页的table的id,用于记录每页数量 searchMsg: { // 给搜索框子组件传递的信息 - zheze_none: true, searchLabelList: [ { id: 11, diff --git a/nezha-fronted/src/components/page/config/terminalLog.vue b/nezha-fronted/src/components/page/config/terminalLog.vue index 7083b8e18..a0ebf8a02 100644 --- a/nezha-fronted/src/components/page/config/terminalLog.vue +++ b/nezha-fronted/src/components/page/config/terminalLog.vue @@ -49,7 +49,6 @@ export default { url: 'terminal/session', tableId: 'terminalLogTable', // 需要分页的table的id,用于记录每页数量 searchMsg: { // 给搜索框子组件传递的信息 - zheze_none: true, searchLabelList: [ { id: 11, @@ -67,7 +66,7 @@ export default { id: 13, name: this.$t('config.terminallog.sourceIp'), type: 'input', - label: 'remoteAddr', + label: 'host', disabled: false }, { id: 14,