manage-client 3.2.203 → 3.2.204

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.203",
3
+ "version": "3.2.204",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -8,7 +8,7 @@ export default{
8
8
  'f_building': '楼栋', 'f_unit': '单元', 'f_floor': '楼层', 'f_room': '门牌号',
9
9
  'f_user_state': '客户状态', 'f_createfile_date': '建档日期', 'f_createfile_person': '建档人', 'f_comments': '备注'
10
10
  , 'f_bank_accopen': '银行户名', 'f_bank_name': '银行名称', 'f_bank_account': '银行账号', 'f_inputtor': '抄表员',
11
- 'f_bank_idnumber': '银行身份证号', 'f_bank_pay_number': '缴费编号', 'f_gas_date': '点火时间'
11
+ 'f_bank_idnumber': '银行身份证号', 'f_bank_pay_number': '缴费编号', 'f_gas_date': '通气时间'
12
12
  },
13
13
 
14
14
  // 操作记录查询
@@ -370,6 +370,9 @@
370
370
  <th>
371
371
  <nobr>通气状态</nobr>
372
372
  </th>
373
+ <th>
374
+ <nobr>通气时间</nobr>
375
+ </th>
373
376
  <th>
374
377
  <nobr>发卡状态</nobr>
375
378
  </th>
@@ -463,6 +466,9 @@
463
466
  <td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
464
467
  <nobr>{{row.f_address_state}}</nobr>
465
468
  </td>
469
+ <td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
470
+ <nobr>{{row.f_gas_date}}</nobr>
471
+ </td>
466
472
  <td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
467
473
  <nobr>{{row.f_whether_hairpin}}</nobr>
468
474
  </td>