diff --git a/pagesA/home/device/status/gatewayset.vue b/pagesA/home/device/status/gatewayset.vue
new file mode 100644
index 0000000..e544a25
--- /dev/null
+++ b/pagesA/home/device/status/gatewayset.vue
@@ -0,0 +1,567 @@
+
+
+
+
+ 模块信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 网络设置
+
+
+
+
+ {{ networkIdOptions[networkIdIndex].label }}
+
+
+
+
+
+ {{ frequencyBandOptions[frequencyBandIndex].label }}
+
+
+
+
+
+ {{ channelOptions[channelIndex].label }}
+
+
+
+
+
+ {{ rateOptions[rateIndex].label }}
+
+
+
+
+
+ {{ powerOptions[powerIndex].label }}
+
+
+
+
+
+
+
+
+
+ 雷达触发设置
+
+
+
+
+
+ {{ lowSpeedMin }}
+
+
+ ~
+
+ {{ lowSpeedMax }}
+
+
+ km/h
+
+
+
+
+
+ {{ triggerSpeedMin }}
+
+
+ ~
+
+ {{ triggerSpeedMax }}
+
+
+ km/h
+
+
+
+
+
+ {{ overSpeedMin }}
+
+
+ ~
+
+ {{ overSpeedMax }}
+
+
+ km/h
+
+
+
+
+
+
+
+
+
+ 事件列表
+
+
+
+
+
+ 暂无事件
+
+
+
+
+ {{ item.type }} - {{ item.source }}
+
+
+ {{ item.priority }}
+
+
+
+
+
+
+
+
+
+ 添加事件
+
+
+
+
+ {{ eventTypeOptions[newEvent.type] || '请选择' }}
+
+
+
+
+
+ {{ eventSourceOptions[newEvent.source] || '请选择' }}
+
+
+
+
+
+ {{ priorityOptions[newEvent.priority] || '请选择' }}
+
+
+
+
+
+ {{ pinOutputOptions[newEvent.pinOutput] || '请选择' }}
+
+
+
+
+
+ {{ highLowLevelOptions[newEvent.highLowLevel] || '请选择' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file