manage-client 3.3.64 → 3.3.65

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.64",
3
+ "version": "3.3.65",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -278,9 +278,9 @@
278
278
  <label class="font_normal_body">抄&ensp;表&ensp;册</label>
279
279
  <v-select :value.sync="model.f_meter_book" v-model="model.f_meter_book"
280
280
  :options='$parent.$parent.meterbooks' placeholder='抄表册'
281
- style="width:60%"
281
+ style="width:60%" multiple
282
282
  close-on-select
283
- condition="f_meter_book_num = '{}'"></v-select>
283
+ condition="f_meter_book_num in {}"></v-select>
284
284
  </div>
285
285
  <div class="col-sm-2 form-group">
286
286
  <label class="font_normal_body" title="参数名称:写卡状态">写卡状态</label>