unknown преди 1 година
родител
ревизия
24d8f10929
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. +5
    -5
      src/views/dashboard/components/AirInfo.vue

+ 5
- 5
src/views/dashboard/components/AirInfo.vue Целия файл

@@ -66,12 +66,12 @@ export default {
const data = reactive({
detail: props.data,
indicatorList: [
{ icon: new URL('../../../assets/images/wind.png', import.meta.url).href, indicatorValue: '3m/s', indicatorName: '风速' },
{ icon: new URL('../../../assets/images/north.png', import.meta.url).href, indicatorValue: '正北', indicatorName: '风向' },
{ icon: new URL('../../../assets/images/atmosPressure.png', import.meta.url).href, indicatorValue: '0.1Mpa', indicatorName: '大气压力' },
{ icon: new URL('../../../assets/images/airHumidity.png', import.meta.url).href, indicatorValue: '25rh', indicatorName: '空气湿度' },
{ icon: new URL('../../../assets/images/wind.png', import.meta.url).href, indicatorValue: null, indicatorName: '风速' },
{ icon: new URL('../../../assets/images/north.png', import.meta.url).href, indicatorValue: null, indicatorName: '风向' },
{ icon: new URL('../../../assets/images/atmosPressure.png', import.meta.url).href, indicatorValue: null, indicatorName: '大气压力' },
{ icon: new URL('../../../assets/images/airHumidity.png', import.meta.url).href, indicatorValue: null, indicatorName: '空气湿度' },

{ icon: new URL('../../../assets/images/airTemperature.png', import.meta.url).href, indicatorValue: '25­°C', indicatorName: '空气温度' }],
{ icon: new URL('../../../assets/images/airTemperature.png', import.meta.url).href, indicatorValue: null, indicatorName: '空气温度' }],
innerMonitorOptions: {
width: '256px',
height: '198px',

Loading…
Отказ
Запис