safecheck-client 3.0.39-73 → 3.0.39-75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
</div>
|
|
283
283
|
<div class="row auto" style="margin: 5px 0">
|
|
284
284
|
<label class="righttxt">气表类型:</label>
|
|
285
|
-
<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_meter_classify"
|
|
285
|
+
<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_meter_classify" />
|
|
286
286
|
</div>
|
|
287
287
|
<div class="row auto" style="margin: 5px 0">
|
|
288
288
|
<label class="righttxt">表前阀状态:</label>
|
package/src/main.js
CHANGED