Kaynağa Gözat

feat: 更新参数配置选项

sunxiao 1 hafta önce
ebeveyn
işleme
0cb0443c2b
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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": {
                   "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>/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>/h</span></template>
                   </el-input-number>
                   <p class="tips">限定最大值</p>
                 </el-col>