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 @@
+
+
+
+
+
+
+
+
+ {{ scope.row.id !== undefined && scope.row.id !== null ? scope.row.id : '--' }}
+
+
+
+
+ {{ scope.row.veneerId !== undefined && scope.row.veneerId !== null ? scope.row.veneerId : '--' }}
+
+
+
+
+ {{ scope.row.equId !== undefined && scope.row.equId !== null ? scope.row.equId : '--' }}
+
+
+
+
+ {{ scope.row.veneerStatus !== undefined && scope.row.veneerStatus !== null ? scope.row.veneerStatus : '--' }}
+
+
+
+
+ {{ scope.row.equGatherId !== undefined && scope.row.equGatherId !== null ? scope.row.equGatherId : '--' }}
+
+
+
+
+
+
+
+
+
\ 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
},
}