Преглед изворни кода

feat: 更新参数配置选项

sunxiao пре 1 недеља
родитељ
комит
0cb0443c2b
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/views/business/settings/index.vue

+ 3 - 3
src/views/business/settings/index.vue

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