|
|
@@ -655,8 +655,8 @@ export const testConfigGasInjectZq: Config[] = [
|
|
|
option: [
|
|
|
{ label: '氧气浓度', value: '60', iconName: 'o2-gas', unit: 'Nm³' },
|
|
|
{ label: '甲烷浓度', value: '60', iconName: 'ch4-gas', unit: 'm³/min' },
|
|
|
- { label: '温度', value: '60', iconName: 'temp-gas', unit: '' },
|
|
|
- { label: '风速', value: '60', iconName: 'wind-gas', unit: '' },
|
|
|
+ { label: '温度', value: '60', iconName: 'temp-gas', unit: '℃' },
|
|
|
+ { label: '风速', value: '60', iconName: 'wind-gas', unit: 'm/s' },
|
|
|
]
|
|
|
}
|
|
|
],
|