manage-client 4.0.52 → 4.0.55

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.
@@ -117,6 +117,7 @@ export default {
117
117
  'f_meter_style': '气表型号',
118
118
  'f_inputtor': '户管员',
119
119
  'f_gas_person': '通气人',
120
+ 'f_uservent_date': '首次通气日期',
120
121
  'f_gas_date': '通气时间',
121
122
  'f_input_date': '建表时间',
122
123
  'f_table_state': '气表状态',
@@ -39,4 +39,8 @@ export default function () {
39
39
  Vue.component('business-manage', (resolve) => {
40
40
  require(['./BusinessManage'], resolve)
41
41
  })
42
+ // 表具查询
43
+ Vue.component('meter-query', (resolve) => {
44
+ require(['./MeterQuery'], resolve)
45
+ })
42
46
  }
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Mon Nov 04 18:30:03 CST 2024
2
- gradle.version=8.5
Binary file
File without changes