diff --git a/src/main/resources/static/assets/web/css/style.css b/src/main/resources/static/assets/web/css/style.css index e8be6c3..8bce2df 100644 --- a/src/main/resources/static/assets/web/css/style.css +++ b/src/main/resources/static/assets/web/css/style.css @@ -102,7 +102,7 @@ .chart{width:260px;height:170px;margin-top:10px} .count-container{width:900px} .count-out{margin-top:30px} -.count-box{float:left;width:210px;height:115px;padding:20px 20px 30px 100px;box-sizing:border-box;text-align:right;margin-right:15px} +.count-box{float:left;width:210px;height:115px;padding:20px 20px 30px 100px;cursor:pointer;box-sizing:border-box;text-align:right;margin-right:15px} .count-box:first-child{background:url(../images/count-icon1.png) no-repeat center;background-size:100% 100%} .count-box:nth-child(2){background:url(../images/count-icon2.png) no-repeat center;background-size:100% 100%} .count-box:nth-child(3){background:url(../images/count-icon3.png) no-repeat center;background-size:100% 100%} diff --git a/src/main/resources/static/route/web/public.html b/src/main/resources/static/route/web/public.html index dec6396..c2ec77e 100644 --- a/src/main/resources/static/route/web/public.html +++ b/src/main/resources/static/route/web/public.html @@ -92,19 +92,19 @@
指标状态统计
-
+
{{countInfo.count1}}

未审核

-
+
{{countInfo.count2}}

审核通过

-
+
{{countInfo.count3}}

归档

-
+
{{countInfo.count4}}

审核不通过

@@ -283,7 +283,8 @@ bottomNavList: [], countInfo: {}, initLeft: '', - curContentId: '' + curContentId: '', + departmentId: '' }, methods: { // 饼图 @@ -501,6 +502,23 @@ }, function() { // layer.close(loadLayerIndex); }); + }, + // 未审核 + openCountDetail: function (path) { + var self = this + var id = this.pageId + layer.open({ + type: 2, + title: false, + closeBtn: true, + area: ['70%', '70%'], + shadeClose: true, + anim: 2, + content: top.restAjax.path(path + '?indexLibIdParentId=' + '{id}' + '&departmentId=' + self.departmentId, [id]), + end: function() { + // self.getMainList(self.curId) + } + }); } }, mounted: function () { @@ -513,6 +531,9 @@ } else { this.initLeft = '' } + if (restAjax.params(window.location.href).departmentId) { + this.departmentId = restAjax.params(window.location.href).departmentId + } this.getNav() // this.getTopNav() this.getGateNav() diff --git a/src/main/resources/static/route/web/street.html b/src/main/resources/static/route/web/street.html index c341ac6..d3f3593 100644 --- a/src/main/resources/static/route/web/street.html +++ b/src/main/resources/static/route/web/street.html @@ -90,13 +90,13 @@
信息类目