From 5341f0d33a1a7512cda10f459f37b1ccd4d62866 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Wed, 15 Mar 2023 16:01:49 +0800 Subject: [PATCH] =?UTF-8?q?admin=E5=88=86=E9=A1=B5=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E8=B0=83=E6=95=B4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neutrino-proxy-admin/src/views/log/clientConnectLog.vue | 8 ++++---- neutrino-proxy-admin/src/views/log/jobLog.vue | 8 ++++---- neutrino-proxy-admin/src/views/log/loginLog.vue | 8 ++++---- neutrino-proxy-admin/src/views/proxy/license.vue | 8 ++++---- neutrino-proxy-admin/src/views/proxy/portMapping.vue | 8 ++++---- neutrino-proxy-admin/src/views/system/jobManager.vue | 8 ++++---- neutrino-proxy-admin/src/views/system/portPool.vue | 8 ++++---- neutrino-proxy-admin/src/views/system/user.vue | 8 ++++---- 8 files changed, 32 insertions(+), 32 deletions(-) diff --git a/neutrino-proxy-admin/src/views/log/clientConnectLog.vue b/neutrino-proxy-admin/src/views/log/clientConnectLog.vue index dea91b46..45d3731f 100644 --- a/neutrino-proxy-admin/src/views/log/clientConnectLog.vue +++ b/neutrino-proxy-admin/src/views/log/clientConnectLog.vue @@ -48,8 +48,8 @@
- +
@@ -80,8 +80,8 @@ export default { total: null, listLoading: false, listQuery: { - currentPage: 1, - pageSize: 10, + current: 1, + size: 10, jobId: undefined }, dialogVisible: false, diff --git a/neutrino-proxy-admin/src/views/log/jobLog.vue b/neutrino-proxy-admin/src/views/log/jobLog.vue index 76dffcc2..33b9182b 100644 --- a/neutrino-proxy-admin/src/views/log/jobLog.vue +++ b/neutrino-proxy-admin/src/views/log/jobLog.vue @@ -46,8 +46,8 @@ -->
- +
@@ -79,8 +79,8 @@ export default { total: null, listLoading: false, listQuery: { - currentPage: 1, - pageSize: 10, + current: 1, + size: 10, jobId: undefined }, jobList: [], diff --git a/neutrino-proxy-admin/src/views/log/loginLog.vue b/neutrino-proxy-admin/src/views/log/loginLog.vue index 9ea21d1b..d4ace377 100644 --- a/neutrino-proxy-admin/src/views/log/loginLog.vue +++ b/neutrino-proxy-admin/src/views/log/loginLog.vue @@ -28,8 +28,8 @@
- +
@@ -51,8 +51,8 @@ export default { total: null, listLoading: false, listQuery: { - currentPage: 1, - pageSize: 10, + current: 1, + size: 10, jobId: undefined } } diff --git a/neutrino-proxy-admin/src/views/proxy/license.vue b/neutrino-proxy-admin/src/views/proxy/license.vue index 620a8b17..5c8d89a4 100644 --- a/neutrino-proxy-admin/src/views/proxy/license.vue +++ b/neutrino-proxy-admin/src/views/proxy/license.vue @@ -60,8 +60,8 @@
- +
@@ -132,8 +132,8 @@ total: null, listLoading: true, listQuery: { - currentPage: 1, - pageSize: 10, + current: 1, + size: 10, importance: undefined, title: undefined, type: undefined diff --git a/neutrino-proxy-admin/src/views/proxy/portMapping.vue b/neutrino-proxy-admin/src/views/proxy/portMapping.vue index 2654131b..e322c736 100644 --- a/neutrino-proxy-admin/src/views/proxy/portMapping.vue +++ b/neutrino-proxy-admin/src/views/proxy/portMapping.vue @@ -65,8 +65,8 @@
- +
@@ -171,8 +171,8 @@ total: null, listLoading: true, listQuery: { - currentPage: 1, - pageSize: 10, + current: 1, + size: 10, importance: undefined, title: undefined, type: undefined diff --git a/neutrino-proxy-admin/src/views/system/jobManager.vue b/neutrino-proxy-admin/src/views/system/jobManager.vue index ace4f5bc..d1854138 100644 --- a/neutrino-proxy-admin/src/views/system/jobManager.vue +++ b/neutrino-proxy-admin/src/views/system/jobManager.vue @@ -51,8 +51,8 @@
- +
@@ -114,8 +114,8 @@ total: null, listLoading: true, listQuery: { - currentPage: 1, - pageSize: 10, + current: 1, + size: 10, importance: undefined, title: undefined, type: undefined diff --git a/neutrino-proxy-admin/src/views/system/portPool.vue b/neutrino-proxy-admin/src/views/system/portPool.vue index e449ad88..108cfa35 100644 --- a/neutrino-proxy-admin/src/views/system/portPool.vue +++ b/neutrino-proxy-admin/src/views/system/portPool.vue @@ -43,8 +43,8 @@
- +
@@ -107,8 +107,8 @@ total: null, listLoading: true, listQuery: { - currentPage: 1, - pageSize: 10, + current: 1, + size: 10, importance: undefined, title: undefined, type: undefined diff --git a/neutrino-proxy-admin/src/views/system/user.vue b/neutrino-proxy-admin/src/views/system/user.vue index 9903bd23..2b195210 100644 --- a/neutrino-proxy-admin/src/views/system/user.vue +++ b/neutrino-proxy-admin/src/views/system/user.vue @@ -50,8 +50,8 @@
- +
@@ -128,8 +128,8 @@ total: null, listLoading: true, listQuery: { - currentPage: 1, - pageSize: 10, + current: 1, + size: 10, importance: undefined, title: undefined, type: undefined