manage-client 3.2.236 → 3.2.237

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.
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
  <div class="col-sm-2 form-group">
127
127
  <label class="font_normal_body">燃气表号</label>
128
- <input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
128
+ <input type="text" style="width:60%" class="input_search" v-model.trim="model.f_meternumber"
129
129
  condition="f_meternumber like '%{}%'" placeholder='燃气表号'>
130
130
  </div>
131
131
 
@@ -148,7 +148,7 @@
148
148
  </div>
149
149
  <div class="col-sm-2 form-group">
150
150
  <label class="font_normal_body">表&emsp;&emsp;号</label>
151
- <input type="text" style="width:60%" class="input_search" v-model="model.f_meter_number"
151
+ <input type="text" style="width:60%" class="input_search" v-model.trim="model.f_meter_number"
152
152
  condition="f_meternumber = '{}'" placeholder='表号'>
153
153
  </div>
154
154
  <div class="col-sm-2 form-group">
@@ -396,7 +396,7 @@
396
396
  </div>
397
397
  <div class="col-sm-2 form-group" >
398
398
  <label class="font_normal_body">气表表号</label>
399
- <input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
399
+ <input type="text" style="width:60%" class="input_search" v-model.trim="model.f_meternumber"
400
400
  condition="f_meternumber like '%{}%'" placeholder='气表表号'>
401
401
  </div>
402
402
  <div class="col-sm-2 form-group">