|
@@ -91,7 +91,7 @@
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="温度阈值上限" prop="deviceNo">
|
|
|
<el-input
|
|
|
- v-model="formModel.highestThermalThreshold"
|
|
|
+ v-model.number="formModel.highestThermalThreshold"
|
|
|
style="width: 100px"
|
|
|
>
|
|
|
<template slot="append">度</template>
|
|
@@ -101,7 +101,7 @@
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="温度阈值下限" prop="deviceNo">
|
|
|
<el-input
|
|
|
- v-model="formModel.lowestThermalThreshold"
|
|
|
+ v-model.number="formModel.lowestThermalThreshold"
|
|
|
style="width: 100px"
|
|
|
>
|
|
|
<template slot="append">度</template>
|