manage-client 3.3.183 → 3.3.184
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.
|
@@ -181,6 +181,16 @@
|
|
|
181
181
|
condition="SLdays <= {} " placeholder="">
|
|
182
182
|
</div>
|
|
183
183
|
</div>
|
|
184
|
+
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
185
|
+
<label class="font_normal_body">最新失联</label>
|
|
186
|
+
<div class="row">
|
|
187
|
+
<input type="text" style="width:27%" class="input_search" v-model="model.new_days1"
|
|
188
|
+
condition="new_days >= {} " placeholder="">
|
|
189
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
190
|
+
<input type="text" style="width:27%" class="input_search" v-model="model.new_days2"
|
|
191
|
+
condition="new_days <= {} " placeholder="">
|
|
192
|
+
</div>
|
|
193
|
+
</div>
|
|
184
194
|
<div class="col-sm-2 form-group">
|
|
185
195
|
<label class="font_normal_body">是否通气</label>
|
|
186
196
|
<v-select
|
|
@@ -517,6 +527,7 @@
|
|
|
517
527
|
return this.$showMessage("时间区间的开始和结束时间不能为空!")
|
|
518
528
|
}
|
|
519
529
|
this.condition = args.condition = this.$refs.paged.$refs.cri.condition + `${this.orgCondtionStr}`
|
|
530
|
+
console.log( args.model);
|
|
520
531
|
this.model.search(args.condition, args.model)
|
|
521
532
|
},
|
|
522
533
|
getorg(obj) {
|