apply-clients 3.3.93 → 3.3.94

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": "apply-clients",
3
- "version": "3.3.93",
3
+ "version": "3.3.94",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -158,13 +158,13 @@
158
158
  <label class="font_normal_body">领用人:</label>
159
159
  <input type="text" style="width:60%" class="input_search" placeholder='领用人' v-model="model.lyr"
160
160
  v-on:keyup.enter="$parent.$parent.search()"
161
- condition="lyr like '%{}%'">
161
+ condition="yr.sender like '%{}%'">
162
162
  </div>
163
163
  <div class="form-group col-sm-3">
164
164
  <label class="font_normal_body">发货人:</label>
165
165
  <input type="text" style="width:60%" class="input_search" placeholder='发货人' v-model="model.fyr"
166
166
  v-on:keyup.enter="$parent.$parent.search()"
167
- condition="fyr like '%{}%'">
167
+ condition="fr.sender like '%{}%'">
168
168
  </div>
169
169
  <div class="form-group col-sm-3">
170
170
  <label class="font_normal_body">领用状态:</label>