manage-client 3.2.184 → 3.2.185

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.2.184",
3
+ "version": "3.2.185",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -152,9 +152,10 @@
152
152
  <label class="font_normal_body">气价名称</label>
153
153
  <v-select :value.sync="model.f_price_name"
154
154
  v-model="model.f_price_name"
155
+ multiple
155
156
  :options="$parent.$parent.getPricenames"
156
- condition="f_price_name = '{}'"
157
- close-on-select></v-select>
157
+ condition="f_price_name in {}"
158
+ ></v-select>
158
159
  </div>
159
160
  <div class="col-sm-2 form-group">
160
161
  <label class="font_normal_body">下账状态</label>