manage-client 4.0.89 → 4.0.90-rc-linshi
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 +1 -1
- package/src/filiale/rongcheng/businessquery/ChangeMeterQuery.vue +4 -4
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
package/package.json
CHANGED
|
@@ -305,10 +305,10 @@
|
|
|
305
305
|
<th><nobr>旧表类型</nobr></th>
|
|
306
306
|
<th><nobr>新表类型</nobr></th>
|
|
307
307
|
<th>
|
|
308
|
-
<nobr
|
|
308
|
+
<nobr>上期抄表底数</nobr>
|
|
309
309
|
</th>
|
|
310
310
|
<th>
|
|
311
|
-
<nobr
|
|
311
|
+
<nobr>本期抄表底数</nobr>
|
|
312
312
|
</th>
|
|
313
313
|
<th>
|
|
314
314
|
<nobr>换表前气价名称</nobr>
|
|
@@ -424,10 +424,10 @@
|
|
|
424
424
|
<nobr>{{row.f_meter_type}}</nobr>
|
|
425
425
|
</td>
|
|
426
426
|
<td style="text-align: center;">
|
|
427
|
-
<nobr>{{row.f_meter_type_old === '机表' ? row.
|
|
427
|
+
<nobr>{{row.f_meter_type_old === '机表' ? row.f_last_tablebase : '' }}</nobr>
|
|
428
428
|
</td>
|
|
429
429
|
<td style="text-align: center;">
|
|
430
|
-
<nobr>{{(row.f_meter_type_old === '
|
|
430
|
+
<nobr>{{(row.f_meter_type_old === '机表') ? row.f_tablebase : ''}}</nobr>
|
|
431
431
|
</td>
|
|
432
432
|
<td style="text-align: center;">
|
|
433
433
|
<nobr>{{row.f_meter_type_old === '机表' ? row.f_used_content : ''}}</nobr>
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|