manage-client 4.1.159 → 4.1.161

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": "4.1.159",
3
+ "version": "4.1.161",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -115,7 +115,7 @@
115
115
  }
116
116
  },
117
117
  {
118
- 'name': '再用户数',
118
+ 'name': '在用户数',
119
119
  'icon': 'circle',
120
120
  'textStyle': {
121
121
  'color': '#8a9e64',
@@ -228,7 +228,7 @@
228
228
  'barGap': '0'
229
229
  },
230
230
  {
231
- 'name': '再用户数',
231
+ 'name': '在用户数',
232
232
  nameTextStyle: {
233
233
  fontSize: 10
234
234
  },
@@ -729,8 +729,8 @@
729
729
  <!-- <th><nobr>气价详情</nobr></th>-->
730
730
  <th><nobr>曾用名</nobr></th>
731
731
  <th><nobr>备用电话</nobr></th>
732
- <th><nobr>租户姓名</nobr></th>
733
- <th><nobr>租户电话</nobr></th>
732
+ <th><nobr>实际使用人</nobr></th>
733
+ <th><nobr>使用人电话</nobr></th>
734
734
  <!--<th><nobr>曾用名</nobr></th>-->
735
735
  <!-- <th><nobr>发票编码</nobr></th>-->
736
736
  <th><nobr>是否煤改气</nobr></th>
@@ -194,8 +194,8 @@ export default{
194
194
  'f_comments': '备注信息',
195
195
  'f_used_name': '曾用名',
196
196
  'f_rent_phone': '备用电话',
197
- 'f_rent_name': '租户姓名',
198
- 'f_zuhu_phone': '租户电话',
197
+ 'f_rent_name': '实际使用人',
198
+ 'f_zuhu_phone': '使用人电话',
199
199
  'f_contract_id': '供气合同编号',
200
200
  'f_is_mgq': '是否煤改气',
201
201
  'f_send_usegas_card': '是否发放天然气使用证',
@@ -246,7 +246,7 @@ export default{
246
246
  'f_valve_state': '阀门状态', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'value': '气价详情',
247
247
  'f_open_date': '开户时间', 'f_credentials': '证件类型', 'f_idnumber': '证件号码', 'f_people_num': '人口数', 'f_ins_stop_date': '保险结束日期',
248
248
  'f_createfile_date': '建档日期', 'f_createfile_person': '建档人', 'f_depname': '所属营业厅', 'f_comments': '备注信息',
249
- 'f_used_name': '曾用名', 'f_rent_phone': '备用电话', 'f_rent_name': '租户姓名', 'f_zuhu_phone': '租户电话',
249
+ 'f_used_name': '曾用名', 'f_rent_phone': '备用电话', 'f_rent_name': '实际使用人', 'f_zuhu_phone': '使用人电话',
250
250
  'f_contract_id': '合同ID', 'f_is_mgq': '是否煤改气', 'f_send_usegas_card': '是否发放天然气使用证',
251
251
  'f_usetype': '使用类型', 'f_meter_style': '气表型号', 'f_table_state': '表状态', 'f_initial_base': '初始气表底数',
252
252
  'f_total_usegas_amount': '累计用气金额', 'f_total_gas': '表累购气量', 'f_total_fee': '表累购金额', 'f_inputtor': '表册抄表员',