|
@@ -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>
|