manage-client 3.3.140 → 3.3.141

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": "3.3.140",
3
+ "version": "3.3.141",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -758,19 +758,19 @@
758
758
  一阶气量合计: {{sumsmodel.f_stairamount1.toFixed(2)}}
759
759
  </td>
760
760
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
761
- 一阶气费合计:&emsp;{{sumsmodel.f_stair1fee}}
761
+ 一阶气费合计:&emsp;{{sumsmodel.f_stair1fee.toFixed(2)}}
762
762
  </td>
763
763
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
764
764
  二阶气量合计:&emsp;{{sumsmodel.f_stair2amount.toFixed(2)}}
765
765
  </td>
766
766
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
767
- 二阶气费合计:&emsp;{{sumsmodel.f_stair2fee}}
767
+ 二阶气费合计:&emsp;{{sumsmodel.f_stair2fee.toFixed(2)}}
768
768
  </td>
769
769
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
770
770
  三阶气量合计:&emsp;{{sumsmodel.f_stair3amount.toFixed(2)}}
771
771
  </td>
772
772
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
773
- 三阶气费合计:&emsp;{{sumsmodel.f_stair3fee}}
773
+ 三阶气费合计:&emsp;{{sumsmodel.f_stair3fee.toFixed(2)}}
774
774
  </td>
775
775
  </tr>
776
776
  </table>