diff --git a/src/App.vue b/src/App.vue index cff75ab..b3748f6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -69,7 +69,7 @@ function openPage(path) { - + - + 设置金属腐蚀采样频率(分钟): {{ data.frequency.metal }} - + 设置温湿度采样频率(分钟): {{ data.frequency.th }} - + 设置SO2采样频率(分钟): {{ data.frequency.so2 }} - + 设置盐雾采样频率(分钟): {{ data.frequency.salt }} - + 设置时间: {{ formatMsTime(data.time) }} - + 设置金属腐蚀采集个数: {{ data.count }} - + 设置电池电压低阈值: {{ data.batteryLow }} - + 设置电池电压高阈值: {{ data.batteryHigh }} - + 设置太阳能电压高阈值: {{ data.sunHigh }} - + 设置湿度高阈值: {{ data.humidityHigh }} - + 设置温度低阈值: {{ data.temperatureLow }} - + 设置温度高阈值: {{ data.temperatureHigh }} - + 选择金属通道1类型: {{ formatCorrosiveType(data.corrosiveType1) }} - + 选择金属通道2类型: {{ formatCorrosiveType(data.corrosiveType2) }} - + 选择金属通道3类型: {{ formatCorrosiveType(data.corrosiveType3) }} - + 选择金属通道4类型: {{ formatCorrosiveType(data.corrosiveType4) }} - + 安全模式: {{ formatMode(data.securityMode) }} - + 上报类型: {{ formatReportType(data.report.type) }} @@ -85,11 +85,11 @@