sale-client 3.6.2 → 3.6.3
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
|
@@ -228,9 +228,9 @@
|
|
|
228
228
|
<th>
|
|
229
229
|
<nobr>上期结余</nobr>
|
|
230
230
|
</th>
|
|
231
|
-
<th
|
|
232
|
-
<nobr>平均用气量</nobr
|
|
233
|
-
</th
|
|
231
|
+
<!-- <th>-->
|
|
232
|
+
<!-- <nobr>平均用气量</nobr>-->
|
|
233
|
+
<!-- </th>-->
|
|
234
234
|
<th>
|
|
235
235
|
<nobr>表号</nobr>
|
|
236
236
|
</th>
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
<!--<td>{{row.f_unit}}</td>-->
|
|
325
325
|
<!--<td>{{row.f_room}}</td>-->
|
|
326
326
|
<td>{{row.f_balance}}</td>
|
|
327
|
-
<td style="text-align: center;">{{Math.round(row.avggas)}}</td
|
|
327
|
+
<!-- <td style="text-align: center;">{{Math.round(row.avggas)}}</td>-->
|
|
328
328
|
<td>{{row.f_meternumber}}</td>
|
|
329
329
|
<td>{{row.f_meter_base}}</td>
|
|
330
330
|
<td id="hand-creat" style="display: flex;justify-content: space-between;align-items: center">
|
|
@@ -212,9 +212,9 @@
|
|
|
212
212
|
<th>
|
|
213
213
|
<nobr>上期结余</nobr>
|
|
214
214
|
</th>
|
|
215
|
-
<th
|
|
216
|
-
<nobr>平均用气量</nobr
|
|
217
|
-
</th
|
|
215
|
+
<!-- <th>-->
|
|
216
|
+
<!-- <nobr>平均用气量</nobr>-->
|
|
217
|
+
<!-- </th>-->
|
|
218
218
|
<th>
|
|
219
219
|
<nobr>表号</nobr>
|
|
220
220
|
</th>
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
<!--<td>{{row.f_unit}}</td>-->
|
|
304
304
|
<!--<td>{{row.f_room}}</td>-->
|
|
305
305
|
<td>{{row.f_balance}}</td>
|
|
306
|
-
<td style="text-align: center;">{{Math.round(row.avggas)}}</td
|
|
306
|
+
<!-- <td style="text-align: center;">{{Math.round(row.avggas)}}</td>-->
|
|
307
307
|
<td>{{row.f_meternumber}}</td>
|
|
308
308
|
<td>{{row.f_meter_base}}</td>
|
|
309
309
|
<td id="hand-creat" style="display: flex;justify-content: space-between;align-items: center">
|