manage-client 3.2.291 → 3.2.293

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.2.291",
3
+ "version": "3.2.293",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -734,7 +734,7 @@
734
734
  汇总信息
735
735
  </td>
736
736
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
737
- 气量合计:&emsp;{{sumsmodel.f_pregas}}
737
+ 气量合计:&emsp;{{sumsmodel.f_pregas.toFixed(2)}}
738
738
  </td>
739
739
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
740
740
  应交金额合计:&emsp;{{sumsmodel.fee}}
@@ -60,7 +60,7 @@ export default {
60
60
  set (naturedata, num1, num2, num3) {
61
61
  this.xc = echarts.init(document.getElementById('bm'))
62
62
  this.xc.setOption({
63
- color: ['#FE974B', '#3D72FF', '#00C953'],
63
+ color: ['#7dabbf', '#9ac57d', '#cfcbbf'],
64
64
  title: {
65
65
  text: '新增用户散列图',
66
66
  subtext: '数据查询来源',