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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.89",
3
+ "version": "4.0.90-rc-linshi",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -305,10 +305,10 @@
305
305
  <th><nobr>旧表类型</nobr></th>
306
306
  <th><nobr>新表类型</nobr></th>
307
307
  <th>
308
- <nobr>上期底数</nobr>
308
+ <nobr>上期抄表底数</nobr>
309
309
  </th>
310
310
  <th>
311
- <nobr>本期底数</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.f_meter_base_old : '' }}</nobr>
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 === '气量卡表' || row.f_meter_type_old === '机表') ? row.f_meter_base : ''}}</nobr>
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>
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Tue Apr 15 16:40:30 CST 2025
2
- gradle.version=8.5
Binary file
File without changes