apply-clients 3.5.3-85 → 3.5.3-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
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
</div>
|
|
283
283
|
<div class="form-group col-sm-3">
|
|
284
284
|
<label class="font_normal_body">施工备注:</label>
|
|
285
|
-
<input type="text" style="width:60%" class="input_search" placeholder='
|
|
285
|
+
<input type="text" style="width:60%" class="input_search" placeholder='施工备注' v-model="model.f_construction_remarks"
|
|
286
286
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
287
287
|
condition="f_construction_remarks like '%{}%'">
|
|
288
288
|
</div>
|