sale-client 3.6.3 → 3.6.4

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": "sale-client",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -33,7 +33,7 @@
33
33
  :class="{'col-sm-2':!$parent.$parent.createFile,'col-sm-4':$parent.$parent.createFile}"
34
34
  class="form-group" v-if="!$parent.$parent.createFile">
35
35
  <label class="font_normal_body">客户名称</label>
36
- <input class="input_search" condition="f_user_name = '{}'"
36
+ <input class="input_search" condition="f_user_name like '%{}%'"
37
37
  placeholder='客户姓名'
38
38
  style="width:60%" type="text" v-model="model.f_user_name">
39
39
  </div>
@@ -32,7 +32,7 @@
32
32
  :class="{'col-sm-2':!$parent.$parent.createFile,'col-sm-4':$parent.$parent.createFile}"
33
33
  class="form-group" v-if="!$parent.$parent.createFile">
34
34
  <label class="font_normal_body">客户名称</label>
35
- <input class="input_search" condition="f_user_name = '{}'"
35
+ <input class="input_search" condition="f_user_name like '%{}%'"
36
36
  placeholder='客户姓名'
37
37
  style="width:60%" type="text" v-model="model.f_user_name">
38
38
  </div>