|
@@ -514,9 +514,9 @@
|
|
|
</span>
|
|
</span>
|
|
|
<span v-else-if="scope.row.textType == 8">
|
|
<span v-else-if="scope.row.textType == 8">
|
|
|
标准值:{{ scope.row.defaultValue }}{{ scope.row.unitName||'' }} 下限:{{
|
|
标准值:{{ scope.row.defaultValue }}{{ scope.row.unitName||'' }} 下限:{{
|
|
|
- scope.row.minValue
|
|
|
|
|
|
|
+ scope.row.minValue||0
|
|
|
}}{{ scope.row.unitName||'' }}
|
|
}}{{ scope.row.unitName||'' }}
|
|
|
- 上限:{{ scope.row.maxValue }}{{ scope.row.unitName||'' }}
|
|
|
|
|
|
|
+ 上限:{{ scope.row.maxValue||0 }}{{ scope.row.unitName||'' }}
|
|
|
</span>
|
|
</span>
|
|
|
<span v-else>
|
|
<span v-else>
|
|
|
<span>{{ scope.row.defaultValue }}</span>
|
|
<span>{{ scope.row.defaultValue }}</span>
|