manage-client 3.2.204 → 3.2.206
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
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
69
69
|
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
70
70
|
</div>
|
|
71
|
-
<div class="col-sm-2 form-group"
|
|
72
|
-
<label class="font_normal_body">操作类型</label
|
|
73
|
-
<v-select :value.sync="model.f_operat_type"
|
|
74
|
-
v-model="model.f_operat_type"
|
|
75
|
-
:options='$parent.$parent.operattype' placeholder='请选择'
|
|
76
|
-
condition="f_operat_type = '{}'"
|
|
77
|
-
close-on-select></v-select
|
|
78
|
-
</div
|
|
71
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
72
|
+
<!-- <label class="font_normal_body">操作类型</label>-->
|
|
73
|
+
<!-- <v-select :value.sync="model.f_operat_type"-->
|
|
74
|
+
<!-- v-model="model.f_operat_type"-->
|
|
75
|
+
<!-- :options='$parent.$parent.operattype' placeholder='请选择'-->
|
|
76
|
+
<!-- condition="f_operat_type = '{}'"-->
|
|
77
|
+
<!-- close-on-select></v-select>-->
|
|
78
|
+
<!-- </div>-->
|
|
79
79
|
</div>
|
|
80
80
|
</div>
|
|
81
81
|
</criteria>
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
tfoot: '',
|
|
293
293
|
//合计数据
|
|
294
294
|
sumsmodel: {},
|
|
295
|
-
operattype:[{label: '全部', value: ''},{label: '启用', value: '启用'},{label: '复拆表', value: '复拆表'}],
|
|
295
|
+
operattype:[{label: '全部', value: ''},{label: '启用', value: '启用'},{label: '复拆表', value: '复拆表'},{label: '销户启用', value: '销户启用'}],
|
|
296
296
|
showCom:['company','department','operator']
|
|
297
297
|
}
|
|
298
298
|
},
|