|
@@ -246,7 +246,7 @@ const onUpdateParamterConfig = async () => {
|
|
|
},
|
|
|
"validate": {
|
|
|
"val": [
|
|
|
- subtract(0, r.a53),
|
|
|
+ divide(r.a53, 100),
|
|
|
divide(r.a54, 100)
|
|
|
]
|
|
|
}
|
|
@@ -409,13 +409,13 @@ onMounted(async () => {
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="12">
|
|
|
<el-input-number v-model="settingFormData2.minAddAmount" style="width: 200px;">
|
|
|
- <template #suffix><span>L/h</span></template>
|
|
|
+ <template #suffix><span>m³/h</span></template>
|
|
|
</el-input-number>
|
|
|
<p class="tips">限定最小值</p>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<el-input-number v-model="settingFormData2.maxAddAmount" style="width: 200px;">
|
|
|
- <template #suffix><span>L/h</span></template>
|
|
|
+ <template #suffix><span>m³/h</span></template>
|
|
|
</el-input-number>
|
|
|
<p class="tips">限定最大值</p>
|
|
|
</el-col>
|