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,