sale-client 4.2.86 → 4.2.87
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
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<label class="font_normal_body">客户姓名</label>
|
|
61
61
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
62
62
|
placeholder='客户姓名'
|
|
63
|
-
condition="f_user_name
|
|
63
|
+
condition="f_user_name like '%{}%'">
|
|
64
64
|
</div>
|
|
65
65
|
<div class="col-sm-2 form-group">
|
|
66
66
|
<label class="font_normal_body">小    区</label>
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
<div class="col-sm-2 form-group">
|
|
88
88
|
<label class="font_normal_body">用户姓名</label>
|
|
89
89
|
<input style="width:60%" type="text" class="form-control" v-model="model.f_user_name" placeholder='用户姓名'
|
|
90
|
-
condition="f_user_name
|
|
90
|
+
condition="f_user_name like '%{}%'">
|
|
91
91
|
</div>
|
|
92
92
|
<div class="col-sm-2 form-group">
|
|
93
93
|
<label class="font_normal_body">用户地址</label>
|