瀏覽代碼

4月14日

杨青 2 年之前
父節點
當前提交
1f502cb423
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/management/components/WaterForm.vue

+ 2 - 2
src/xt_pages/management/components/WaterForm.vue 查看文件

@@ -214,7 +214,7 @@
214 214
             </el-col>
215 215
             <el-col :span="8">
216 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 218
                 </el-form-item>
219 219
             </el-col>
220 220
          </el-row>
@@ -237,7 +237,7 @@
237 237
             </el-col>
238 238
             <el-col :span="8">
239 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 241
                 </el-form-item>
242 242
             </el-col>
243 243
          </el-row>