|
@ -62,7 +62,7 @@ |
|
|
|
|
|
|
|
|
<view class="card warning"> |
|
|
<view class="card warning"> |
|
|
<view class="title_mast">预警值</view> |
|
|
<view class="title_mast">预警值</view> |
|
|
<view class="input"><input placeholder="请输入预警值" type="digit" v-model="formData.earlyValue"/><text>{{formData.massUnits}}</text></view> |
|
|
<view class="input"><input placeholder="请输入预警值" type="digit" v-model="formData.earlyValue"/><text>{{formData.dressingUnit}}</text></view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<button class="cu-btn round bg-green shadow submit" @click="submit">确定</button> |
|
|
<button class="cu-btn round bg-green shadow submit" @click="submit">确定</button> |
|
|