feat: 月度数据报表中平均值单位显示为mg/m³

This commit is contained in:
LokerL 2024-12-13 20:42:54 +08:00
parent a0de664a5e
commit d654c3f376
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<div @dblclick="changeAvgValue(scope.$index, scope.row)">
<span v-show="!scope.row.enable_edit">{{
scope.row.avgValue
}}</span>
}} mg/</span>
<el-input
:ref="'changeAvgValue' + scope.$index"