af-mobile-client-vue3 1.3.35 → 1.3.36
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
|
@@ -21,7 +21,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
21
21
|
textColor: 'text-gray-500',
|
|
22
22
|
dateLabel: '操作记录',
|
|
23
23
|
route: 'OperateRecords',
|
|
24
|
-
path: '/
|
|
24
|
+
path: '/OperateRecords',
|
|
25
25
|
forMeterTypes: ['气量卡表', '金额卡表', '物联网表', '机表'],
|
|
26
26
|
},
|
|
27
27
|
{
|
|
@@ -32,7 +32,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
32
32
|
textColor: 'text-blue-500',
|
|
33
33
|
dateLabel: '缴费',
|
|
34
34
|
route: 'PaymentRecords',
|
|
35
|
-
path: '/
|
|
35
|
+
path: '/PaymentRecords',
|
|
36
36
|
forMeterTypes: ['气量卡表', '金额卡表', '物联网表', '机表'],
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -43,7 +43,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
43
43
|
textColor: 'text-green-500',
|
|
44
44
|
dateLabel: '抄表',
|
|
45
45
|
route: 'MeterRecords',
|
|
46
|
-
path: '/
|
|
46
|
+
path: '/MeterRecords',
|
|
47
47
|
forMeterTypes: ['物联网表', '机表'],
|
|
48
48
|
},
|
|
49
49
|
{
|
|
@@ -54,7 +54,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
54
54
|
textColor: 'text-purple-500',
|
|
55
55
|
dateLabel: '过户',
|
|
56
56
|
route: 'TransferRecords',
|
|
57
|
-
path: '/
|
|
57
|
+
path: '/TransferRecords',
|
|
58
58
|
forMeterTypes: ['气量卡表', '金额卡表', '物联网表', '机表'],
|
|
59
59
|
},
|
|
60
60
|
{
|
|
@@ -65,7 +65,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
65
65
|
textColor: 'text-orange-500',
|
|
66
66
|
dateLabel: '换表',
|
|
67
67
|
route: 'ReplacementRecords',
|
|
68
|
-
path: '/
|
|
68
|
+
path: '/ReplacementRecords',
|
|
69
69
|
forMeterTypes: ['气量卡表', '金额卡表', '物联网表', '机表'],
|
|
70
70
|
},
|
|
71
71
|
{
|
|
@@ -76,7 +76,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
76
76
|
textColor: 'text-indigo-500',
|
|
77
77
|
dateLabel: '其他收费',
|
|
78
78
|
route: 'OtherChargeRecords',
|
|
79
|
-
path: '/
|
|
79
|
+
path: '/OtherChargeRecords',
|
|
80
80
|
forMeterTypes: ['气量卡表', '金额卡表', '物联网表', '机表'],
|
|
81
81
|
},
|
|
82
82
|
{
|
|
@@ -87,7 +87,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
87
87
|
textColor: 'text-red-500',
|
|
88
88
|
dateLabel: '异常报警',
|
|
89
89
|
route: 'AbnormalAlarmRecords',
|
|
90
|
-
path: '/
|
|
90
|
+
path: '/AbnormalAlarmRecords',
|
|
91
91
|
forMeterTypes: ['物联网表', '机表'],
|
|
92
92
|
},
|
|
93
93
|
{
|
|
@@ -98,7 +98,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
98
98
|
textColor: 'text-orange-500',
|
|
99
99
|
dateLabel: '补卡',
|
|
100
100
|
route: 'CardReplacementRecords',
|
|
101
|
-
path: '/
|
|
101
|
+
path: '/CardReplacementRecords',
|
|
102
102
|
forMeterTypes: ['气量卡表', '金额卡表', '机表'],
|
|
103
103
|
},
|
|
104
104
|
{
|
|
@@ -109,18 +109,18 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
109
109
|
textColor: 'text-purple-500',
|
|
110
110
|
dateLabel: '变更',
|
|
111
111
|
route: 'ChangeRecords',
|
|
112
|
-
path: '/
|
|
112
|
+
path: '/ChangeRecords',
|
|
113
113
|
forMeterTypes: ['气量卡表', '金额卡表', '物联网表', '机表'],
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
id: 'commandView',
|
|
117
|
-
title: '
|
|
117
|
+
title: '指令查看',
|
|
118
118
|
icon: 'i-fa-solid-eye',
|
|
119
119
|
bgColor: 'bg-blue-100',
|
|
120
120
|
textColor: 'text-blue-500',
|
|
121
121
|
dateLabel: '指令查看',
|
|
122
122
|
route: 'CommandViewRecords',
|
|
123
|
-
path: '/
|
|
123
|
+
path: '/CommandViewRecords',
|
|
124
124
|
forMeterTypes: ['物联网表', '机表'],
|
|
125
125
|
},
|
|
126
126
|
{
|
|
@@ -131,7 +131,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
131
131
|
textColor: 'text-green-500',
|
|
132
132
|
dateLabel: '流水',
|
|
133
133
|
route: 'GasCompensationRecords',
|
|
134
|
-
path: '/
|
|
134
|
+
path: '/GasCompensationRecords',
|
|
135
135
|
forMeterTypes: ['气量卡表', '金额卡表', '物联网表', '机表'],
|
|
136
136
|
},
|
|
137
137
|
{
|
|
@@ -142,7 +142,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
142
142
|
textColor: 'text-gray-500',
|
|
143
143
|
dateLabel: '表具采集',
|
|
144
144
|
route: 'InstrumentCollectionRecords',
|
|
145
|
-
path: '/
|
|
145
|
+
path: '/InstrumentCollectionRecords',
|
|
146
146
|
forMeterTypes: ['物联网表', '机表'],
|
|
147
147
|
},
|
|
148
148
|
{
|
|
@@ -153,7 +153,7 @@ export const defaultRecordEntries: RecordEntry[] = [
|
|
|
153
153
|
textColor: 'text-red-500',
|
|
154
154
|
dateLabel: '价格调整',
|
|
155
155
|
route: 'PriceAdjustmentRecords',
|
|
156
|
-
path: '/
|
|
156
|
+
path: '/PriceAdjustmentRecords',
|
|
157
157
|
forMeterTypes: ['气量卡表', '金额卡表', '物联网表', '机表'],
|
|
158
158
|
},
|
|
159
159
|
]
|
package/src/router/routes.ts
CHANGED
|
@@ -210,7 +210,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
210
210
|
|
|
211
211
|
// 用户记录相关路由
|
|
212
212
|
{
|
|
213
|
-
path: '/
|
|
213
|
+
path: '/OperateRecords',
|
|
214
214
|
name: 'OperateRecords',
|
|
215
215
|
component: OperateRecords,
|
|
216
216
|
meta: {
|
|
@@ -219,7 +219,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
219
219
|
},
|
|
220
220
|
},
|
|
221
221
|
{
|
|
222
|
-
path: '/
|
|
222
|
+
path: '/PaymentRecords',
|
|
223
223
|
name: 'PaymentRecords',
|
|
224
224
|
component: PaymentRecords,
|
|
225
225
|
meta: {
|
|
@@ -228,7 +228,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
228
228
|
},
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
|
-
path: '/
|
|
231
|
+
path: '/MeterRecords',
|
|
232
232
|
name: 'MeterRecords',
|
|
233
233
|
component: MeterRecords,
|
|
234
234
|
meta: {
|
|
@@ -237,7 +237,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
237
237
|
},
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
|
-
path: '/
|
|
240
|
+
path: '/TransferRecords',
|
|
241
241
|
name: 'TransferRecords',
|
|
242
242
|
component: TransferRecords,
|
|
243
243
|
meta: {
|
|
@@ -246,7 +246,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
246
246
|
},
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
|
-
path: '/
|
|
249
|
+
path: '/SafetyRecords',
|
|
250
250
|
name: 'SafetyRecords',
|
|
251
251
|
component: SafetyRecords,
|
|
252
252
|
meta: {
|
|
@@ -255,7 +255,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
255
255
|
},
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
path: '/
|
|
258
|
+
path: '/ReplacementRecords',
|
|
259
259
|
name: 'ReplacementRecords',
|
|
260
260
|
component: ReplacementRecords,
|
|
261
261
|
meta: {
|
|
@@ -264,7 +264,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
264
264
|
},
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
path: '/
|
|
267
|
+
path: '/OtherChargeRecords',
|
|
268
268
|
name: 'OtherChargeRecords',
|
|
269
269
|
component: OtherChargeRecords,
|
|
270
270
|
meta: {
|
|
@@ -273,7 +273,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
273
273
|
},
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
path: '/
|
|
276
|
+
path: '/TransactionRecords',
|
|
277
277
|
name: 'TransactionRecords',
|
|
278
278
|
component: TransactionRecords,
|
|
279
279
|
meta: {
|
|
@@ -282,7 +282,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
282
282
|
},
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
|
-
path: '/
|
|
285
|
+
path: '/AbnormalAlarmRecords',
|
|
286
286
|
name: 'AbnormalAlarmRecords',
|
|
287
287
|
component: AbnormalAlarmRecords,
|
|
288
288
|
meta: {
|
|
@@ -291,7 +291,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
291
291
|
},
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
|
-
path: '/
|
|
294
|
+
path: '/CardReplacementRecords',
|
|
295
295
|
name: 'CardReplacementRecords',
|
|
296
296
|
component: CardReplacementRecords,
|
|
297
297
|
meta: {
|
|
@@ -300,7 +300,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
300
300
|
},
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
|
-
path: '/
|
|
303
|
+
path: '/ChangeRecords',
|
|
304
304
|
name: 'ChangeRecords',
|
|
305
305
|
component: ChangeRecords,
|
|
306
306
|
meta: {
|
|
@@ -309,7 +309,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
309
309
|
},
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
|
-
path: '/
|
|
312
|
+
path: '/CommandViewRecords',
|
|
313
313
|
name: 'CommandViewRecords',
|
|
314
314
|
component: CommandViewRecords,
|
|
315
315
|
meta: {
|
|
@@ -318,7 +318,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
318
318
|
},
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
|
-
path: '/
|
|
321
|
+
path: '/GasCompensationRecords',
|
|
322
322
|
name: 'GasCompensationRecords',
|
|
323
323
|
component: GasCompensationRecords,
|
|
324
324
|
meta: {
|
|
@@ -327,7 +327,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
327
327
|
},
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
|
-
path: '/
|
|
330
|
+
path: '/InstrumentCollectionRecords',
|
|
331
331
|
name: 'InstrumentCollectionRecords',
|
|
332
332
|
component: InstrumentCollectionRecords,
|
|
333
333
|
meta: {
|
|
@@ -336,7 +336,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
336
336
|
},
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
|
-
path: '/
|
|
339
|
+
path: '/PriceAdjustmentRecords',
|
|
340
340
|
name: 'PriceAdjustmentRecords',
|
|
341
341
|
component: PriceAdjustmentRecords,
|
|
342
342
|
meta: {
|