manage-client-xy 3.2.23 → 3.2.24

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-xy",
3
- "version": "3.2.23",
3
+ "version": "3.2.24",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -168,6 +168,9 @@
168
168
  <th style="text-align:center">
169
169
  <nobr>用气地址</nobr>
170
170
  </th>
171
+ <th style="text-align:center">
172
+ <nobr>表品牌</nobr>
173
+ </th>
171
174
  <th style="text-align:center">
172
175
  <nobr>表号</nobr>
173
176
  </th>
@@ -215,6 +218,9 @@
215
218
  <td>
216
219
  <nobr>{{ row.f_address }}</nobr>
217
220
  </td>
221
+ <td>
222
+ <nobr>{{ row.f_meter_brand }}</nobr>
223
+ </td>
218
224
  <td>{{ row.f_meternumber }}</td>
219
225
  <td style="text-align:center">{{ row.f_balance }}</td>
220
226
  <td style="text-align:center">{{ row.f_last_tablebase }}</td>