|
|
|
|
|
|
|
|
const data = reactive({ |
|
|
const data = reactive({ |
|
|
detail: props.data, |
|
|
detail: props.data, |
|
|
indicatorList: [ |
|
|
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: { |
|
|
innerMonitorOptions: { |
|
|
width: '256px', |
|
|
width: '256px', |
|
|
height: '198px', |
|
|
height: '198px', |