manage-client 4.1.46 → 4.1.48

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.46",
3
+ "version": "4.1.48",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -676,6 +676,7 @@ export default {
676
676
  'f_network_valve': '自动阀控',
677
677
  'f_defendcard': '防盗卡号',
678
678
  'f_factory_date': '生产年月',
679
+ 'f_meteread_date': '最后通讯时间'
679
680
  // 'latest_f_pregas' : '最后购气量',
680
681
  // 'latest_f_collection':'最后购气金额',
681
682
  // 'f_max_operate_date': '最后购气日期'
@@ -627,7 +627,7 @@
627
627
  <th><nobr>最后购气量</nobr></th>
628
628
  <th><nobr>最后购气金额</nobr></th>
629
629
  <th><nobr>最后购气日期</nobr></th>
630
-
630
+ <th><nobr>最后通讯时间</nobr></th>
631
631
  <th><nobr>自动阀控</nobr></th>
632
632
  <th><nobr>阀门状态</nobr></th>
633
633
 
@@ -784,6 +784,7 @@
784
784
  <td style="text-align: center;"><nobr>{{row.latest_f_pregas}}</nobr></td>
785
785
  <td style="text-align: center;"><nobr>{{row.latest_f_collection}}</nobr></td>
786
786
  <td style="text-align: center;"><nobr>{{row.f_max_operate_date}}</nobr></td>
787
+ <td style="text-align: center;"><nobr>{{row.f_meteread_date}}</nobr></td>
787
788
  <td style="text-align: center;"><nobr>{{row.f_network_valve}}</nobr></td>
788
789
  <td style="text-align: center;"><nobr>{{row.f_valve_state}}</nobr></td>
789
790
 
@@ -1,18 +1,18 @@
1
- export default{
2
- compreConfig: {
3
- 'f_userinfo_code': '客户编号',
4
- 'f_card_id': '卡号',
5
- 'f_user_name': '客户名称',
6
- 'f_residential_area': '小区名称',
7
- 'f_address': '详细地址',
8
- 'f_user_phone': '联系电话',
9
- 'f_gas_date': '通气日期',
10
- 'f_meternumber': '表号',
11
- 'f_user_type': '客户类型',
12
- 'f_open_date': '开户时间',
13
- 'f_balance_amount': '表剩余金额',
14
- 'f_total_gas': '表累购气量',
15
- 'f_total_fee': '表累购金额',
16
- 'f_maxdate': '换表时间'
17
- }
18
- }
1
+ export default{
2
+ compreConfig: {
3
+ 'f_userinfo_code': '客户编号',
4
+ 'f_card_id': '卡号',
5
+ 'f_user_name': '客户名称',
6
+ 'f_residential_area': '小区名称',
7
+ 'f_address': '详细地址',
8
+ 'f_user_phone': '联系电话',
9
+ 'f_gas_date': '通气日期',
10
+ 'f_meternumber': '表号',
11
+ 'f_user_type': '客户类型',
12
+ 'f_open_date': '开户时间',
13
+ 'f_balance_amount': '表剩余金额',
14
+ 'f_total_gas': '表累购气量',
15
+ 'f_total_fee': '表累购金额',
16
+ 'f_maxdate': '换表时间'
17
+ }
18
+ }