telephone-clients 3.0.104-14 → 3.0.104-15

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": "telephone-clients",
3
- "version": "3.0.104-14",
3
+ "version": "3.0.104-15",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -76,7 +76,7 @@
76
76
  <label class="font text-left">用户姓名:</label>
77
77
  </div>
78
78
  <div class="col-xs-8" >
79
- <input class="search_input input-font" v-model="model.f_user_name" condition="ui.f_user_name = '%{}%'" />
79
+ <input class="search_input input-font" v-model="model.f_user_name" condition="ui.f_user_name like '%{}%'" />
80
80
  </div>
81
81
  </div>
82
82
  <div class="row app-row">