manage-client 3.2.290 → 3.2.292

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": "manage-client",
3
- "version": "3.2.290",
3
+ "version": "3.2.292",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -115,9 +115,12 @@
115
115
  <div class="col-sm-2 form-group">
116
116
  <label class="font_normal_body">用户状态</label>
117
117
  <v-select
118
- placeholder='正常'
118
+ placeholder='用户状态'
119
+ value-single
119
120
  style="width:60%"
120
- :value.sync="f_user_state"
121
+ :value.sync="model.f_user_state"
122
+ v-model="model.f_user_state"
123
+ :options='$parent.$parent.userstate'
121
124
  close-on-select condition="f_user_state ='{}'">
122
125
  </v-select>
123
126
  </div>
@@ -323,12 +326,12 @@
323
326
  return {
324
327
  model: new PagedList('rs/sql/webmeter_getUserLoseQuery', 20),
325
328
  getfield:{
326
- "f_userinfo_code":"客户编号","f_user_name":"客户名称","f_residential_area":"小区",
329
+ "f_userinfo_code":"客户编号","f_user_name":"客户名称",
327
330
  "f_address":"客户地址","f_user_type":"客户类型","f_gasproperties":"用气性质",
328
331
  "f_meternumber":"表号",
329
332
  "f_user_phone":"联系电话",
330
333
  "f_balance_amount":"系统余额",
331
-
334
+ "f_user_state":"用户状态",
332
335
  "f_startuse_date":"启用日期",
333
336
  "initinsertdate":"初次上报日期",
334
337
  "lastinsertdate":"最后上报日期",
@@ -362,8 +365,7 @@
362
365
  {label: '用气性质', value: 'f_gasproperties'},
363
366
  {label: '分公司', value: 'f_orgname'},
364
367
  {label: '最长失联天数', value: 'max_days_type'},
365
- ],
366
- f_user_state:'正常'
368
+ ]
367
369
  }
368
370
  },
369
371
  ready() {
@@ -60,7 +60,7 @@ export default {
60
60
  set (naturedata, num1, num2, num3) {
61
61
  this.xc = echarts.init(document.getElementById('bm'))
62
62
  this.xc.setOption({
63
- color: ['#FE974B', '#3D72FF', '#00C953'],
63
+ color: ['#7dabbf', '#9ac57d', '#cfcbbf'],
64
64
  title: {
65
65
  text: '新增用户散列图',
66
66
  subtext: '数据查询来源',