From ab55a070b9f3345af1784e47ff3542db782de00d Mon Sep 17 00:00:00 2001 From: dulingling Date: Tue, 21 Jul 2020 18:13:34 +0800 Subject: [PATCH] =?UTF-8?q?upd:=E5=B9=B3=E5=8F=B0=E6=94=B6=E6=94=AF?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=B9=B4=E4=BB=BD=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/ui/static/config/platformrevenue/platformrevenue.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4c1a676c0..d56403813 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 manage - 2.3.44 + 2.3.45 UTF-8 2.4.0 diff --git a/src/main/ui/static/config/platformrevenue/platformrevenue.js b/src/main/ui/static/config/platformrevenue/platformrevenue.js index e02654fea..74fc5f5aa 100644 --- a/src/main/ui/static/config/platformrevenue/platformrevenue.js +++ b/src/main/ui/static/config/platformrevenue/platformrevenue.js @@ -143,7 +143,7 @@ define(['angular', 'decimal', 'uiRouter', 'angularEcharts', '../../analysis/repo app.controller('platformRevenueRootCtrl', ['$scope', '$http', '$filter', 'chartParser', function ($scope, $http, $filter, chartParser) { $scope.params = {year: new Date().getFullYear()}; - $scope.availableYears = [new Date().getFullYear() - 1, new Date().getFullYear()]; + $scope.availableYears = [new Date().getFullYear() - 4 ,new Date().getFullYear() - 3, new Date().getFullYear() - 2, new Date().getFullYear() - 1 ,new Date().getFullYear()]; $scope.initMonth = function (year) { $scope.months = []; for (var i = 1; i < 13; i++) {