✨ feat: 月度数据报表中平均值单位显示为mg/m³
This commit is contained in:
parent
a0de664a5e
commit
d654c3f376
|
@ -35,7 +35,7 @@
|
||||||
<div @dblclick="changeAvgValue(scope.$index, scope.row)">
|
<div @dblclick="changeAvgValue(scope.$index, scope.row)">
|
||||||
<span v-show="!scope.row.enable_edit">{{
|
<span v-show="!scope.row.enable_edit">{{
|
||||||
scope.row.avgValue
|
scope.row.avgValue
|
||||||
}}</span>
|
}} mg/m³</span>
|
||||||
|
|
||||||
<el-input
|
<el-input
|
||||||
:ref="'changeAvgValue' + scope.$index"
|
:ref="'changeAvgValue' + scope.$index"
|
||||||
|
|
Loading…
Reference in New Issue