杨青 2 år sedan
förälder
incheckning
1f502cb423
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/xt_pages/management/components/WaterForm.vue

+ 2 - 2
src/xt_pages/management/components/WaterForm.vue Visa fil

214
             </el-col>
214
             </el-col>
215
             <el-col :span="8">
215
             <el-col :span="8">
216
                 <el-form-item label="时长(h):"  class="st">
216
                 <el-form-item label="时长(h):"  class="st">
217
-                    <el-input  v-model="form.first_disinfection_time" type="number" style="width:100px" oninput="value=value.replace(/[^\d^\.]/g, '')"></el-input>
217
+                    <el-input  v-model="form.first_disinfection_time" style="width:100px" oninput="value=value.replace(/[^\d^\.]/g, '')"></el-input>
218
                 </el-form-item>
218
                 </el-form-item>
219
             </el-col>
219
             </el-col>
220
          </el-row>
220
          </el-row>
237
             </el-col>
237
             </el-col>
238
             <el-col :span="8">
238
             <el-col :span="8">
239
                 <el-form-item label="时长(h):"  class="st">
239
                 <el-form-item label="时长(h):"  class="st">
240
-                    <el-input  v-model="form.last_disinfection_time" type="number" style="width:100px" oninput="value=value.replace(/[^\d^\.]/g, '')"></el-input>
240
+                    <el-input  v-model="form.last_disinfection_time"  style="width:100px" oninput="value=value.replace(/[^\d^\.]/g, '')"></el-input>
241
                 </el-form-item>
241
                 </el-form-item>
242
             </el-col>
242
             </el-col>
243
          </el-row>
243
          </el-row>