Browse Source

feat: 参数无法修改的bug

sunxiao 3 weeks ago
parent
commit
72fb0a9c0f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/control/MedicinalView.vue

+ 0 - 2
src/views/control/MedicinalView.vue

@@ -848,8 +848,6 @@ onUnmounted(() => {
                                   :unit="index === 0 ? 'mg/L' : ''"
                                   :isNeedFlotBtn="false"
                                   :readonly="index === northColumnData.length - 1"
-                                  :min="minAndMaxValue.minAddAmount"
-                                  :max="minAndMaxValue.maxAddAmount"
                                 >
                                 </BaseInput>
                               </div>