apply-clients 3.5.3-85 → 3.5.3-86

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.5.3-85",
3
+ "version": "3.5.3-86",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -315,6 +315,7 @@ export default {
315
315
  },
316
316
  confirmModal(row){
317
317
  this.charge = row
318
+ this.charge.f_confirm_person = Vue.user.name
318
319
  this.showmodel = true
319
320
  },
320
321
  closemodel(){
@@ -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='施工人' v-model="model.f_construction_remarks"
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>