From 50d5e5e02225efa29806cb334b05cd755377fdf8 Mon Sep 17 00:00:00 2001 From: Wangxin Date: Thu, 6 Nov 2025 22:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E6=B7=BB=E5=8A=A0venee?= =?UTF-8?q?r=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inMonitoring/devicesState/detail.vue | 8 +- .../inMonitoring/devicesState/veneer.vue | 93 +++++++++++++++++++ .../views/inMonitoring/devicesState/vlan.vue | 2 +- 3 files changed, 101 insertions(+), 2 deletions(-) create mode 100644 ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/veneer.vue diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue index 3a374f1d..a47e6aba 100644 --- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue +++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue @@ -227,6 +227,9 @@
+
+ +
@@ -245,10 +248,12 @@ import Interface from './interface.vue' import Vlan from './vlan.vue' import Routing from './routing.vue' import LineChart from './LineChart.vue' +import Veneer from './veneer.vue' + export default { name: "cardItem", - components: { History, Interface, Vlan, Routing, LineChart }, + components: { History, Interface, Vlan, Routing, LineChart, Veneer}, data() { return { DateValue: [dayjs().subtract(1, 'month').format('YYYY-MM-DD HH:mm:ss'),dayjs().format('YYYY-MM-DD HH:mm:ss')], @@ -258,6 +263,7 @@ export default { { name: '接口信息' }, { name: 'VLAN信息' }, { name: '路由表信息' }, + { name: 'venner信息' }, ], tabIndex: 0, dsId:null, diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/veneer.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/veneer.vue new file mode 100644 index 00000000..fb17a395 --- /dev/null +++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/veneer.vue @@ -0,0 +1,93 @@ + + + \ No newline at end of file diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/vlan.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/vlan.vue index 29de0312..051946d0 100644 --- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/vlan.vue +++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/vlan.vue @@ -52,7 +52,7 @@ export default { // 查询参数 queryParams: { pageNum: 1, - pageSize: 10, + pageSize: 1000, name: undefined }, }