功能修改
This commit is contained in:
parent
6d121434e1
commit
2e22bd4b04
@ -271,6 +271,7 @@
|
|||||||
<if test="creator != '1'.toString()">
|
<if test="creator != '1'.toString()">
|
||||||
AND t1.creator = #{creator}
|
AND t1.creator = #{creator}
|
||||||
</if>
|
</if>
|
||||||
|
ORDER BY t1.gmt_create DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 主体责任台账上报信息表列表 -->
|
<!-- 主体责任台账上报信息表列表 -->
|
||||||
|
@ -50,9 +50,11 @@
|
|||||||
'fullscreen', 'source', '|',
|
'fullscreen', 'source', '|',
|
||||||
'undo', 'redo', '|',
|
'undo', 'redo', '|',
|
||||||
'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', '|',
|
'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', '|',
|
||||||
'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|',
|
'removeformat', 'formatmatch', 'blockquote', 'pasteplain', '|',
|
||||||
|
'rowspacingtop', 'rowspacingbottom', 'lineheight', '|',
|
||||||
'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|',
|
'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|',
|
||||||
'directionalityltr', 'directionalityrtl', 'indent', '|',
|
'directionalityltr', 'directionalityrtl', 'indent', '|',
|
||||||
|
'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|',
|
||||||
'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|',
|
'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|',
|
||||||
'link', 'unlink', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
|
'link', 'unlink', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
|
||||||
'simpleupload', 'insertimage', 'insertvideo', 'attachment', '|',
|
'simpleupload', 'insertimage', 'insertvideo', 'attachment', '|',
|
||||||
@ -223,7 +225,7 @@
|
|||||||
|
|
||||||
//lineheight
|
//lineheight
|
||||||
//行内间距 值和显示的名字相同
|
//行内间距 值和显示的名字相同
|
||||||
,'lineheight':['1', '1.5','1.75','2', '3', '4', '5']
|
,'lineheight':['0.8', '1', '1.5','1.75','2', '2.5','3', '3.5','4', '5']
|
||||||
|
|
||||||
//customstyle
|
//customstyle
|
||||||
//自定义样式,不支持国际化,此处配置值即可最后显示值
|
//自定义样式,不支持国际化,此处配置值即可最后显示值
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.clearFloat:after{content:'';display:block;clear:both}
|
.clearFloat:after{content:'';display:block;clear:both;}
|
||||||
.fl{float:left}
|
.fl{float:left}
|
||||||
.fr{float:right}
|
.fr{float:right}
|
||||||
.banner{position:relative;width:100%;height:456px;min-width:1200px}
|
.banner{position:relative;width:100%;height:456px;min-width:1200px}
|
||||||
@ -102,7 +102,7 @@
|
|||||||
.news-detail p{line-height:35px;font-size:16px;color:#333}
|
.news-detail p{line-height:35px;font-size:16px;color:#333}
|
||||||
.news-detail img,.news-detail video{max-width:100%!important}
|
.news-detail img,.news-detail video{max-width:100%!important}
|
||||||
.assessment-header .banner img{width:100%}
|
.assessment-header .banner img{width:100%}
|
||||||
.count{width:1200px;margin:20px auto;padding:15px 15px 0;box-sizing:border-box;background:#fff}
|
.count{width:1200px;margin:20px auto;padding:15px 15px 0;box-sizing:border-box;background:#fff;box-shadow: 0 0 10px #eee;}
|
||||||
.count>h3{font-size: 20px;color: #333;font-weight: normal;margin-bottom: 10px;}
|
.count>h3{font-size: 20px;color: #333;font-weight: normal;margin-bottom: 10px;}
|
||||||
.chart-box{width:260px}
|
.chart-box{width:260px}
|
||||||
.count-title{padding-left:10px;border-left:5px solid #3d41b7;font-size:16px;color:#333}
|
.count-title{padding-left:10px;border-left:5px solid #3d41b7;font-size:16px;color:#333}
|
||||||
|
@ -38,6 +38,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<script src="assets/layuiadmin/layui/layui.js"></script>
|
<script src="assets/layuiadmin/layui/layui.js"></script>
|
||||||
<script src="assets/js/vendor/viewer/viewer.min.js"></script>
|
<script src="assets/js/vendor/viewer/viewer.min.js"></script>
|
||||||
|
<script src="assets/js/dialog.js"></script>
|
||||||
|
<script src="assets/js/restajax.js"></script>
|
||||||
<script>
|
<script>
|
||||||
layui.config({
|
layui.config({
|
||||||
base: 'assets/layuiadmin/'
|
base: 'assets/layuiadmin/'
|
||||||
@ -238,9 +240,9 @@
|
|||||||
}, function(code, data) {
|
}, function(code, data) {
|
||||||
top.dialog.msg(data.msg);
|
top.dialog.msg(data.msg);
|
||||||
}, function() {
|
}, function() {
|
||||||
loadLayerIndex = top.dialog.msg(top.dataMessage.loading, {icon: 16, time: 0, shade: 0.3});
|
loadLayerIndex = dialog.msg(top.dataMessage.loading, {icon: 16, time: 0, shade: 0.3});
|
||||||
}, function() {
|
}, function() {
|
||||||
top.dialog.close(loadLayerIndex);
|
dialog.close(loadLayerIndex);
|
||||||
});
|
});
|
||||||
}else if(layEvent === 'remove'){
|
}else if(layEvent === 'remove'){
|
||||||
removeData(data.indexAuditId)
|
removeData(data.indexAuditId)
|
||||||
|
@ -6,6 +6,11 @@
|
|||||||
<title>乡镇街道综合办公平台</title>
|
<title>乡镇街道综合办公平台</title>
|
||||||
<link rel="stylesheet" href="assets/web/css/reset.css">
|
<link rel="stylesheet" href="assets/web/css/reset.css">
|
||||||
<link rel="stylesheet" href="assets/web/css/style.css">
|
<link rel="stylesheet" href="assets/web/css/style.css">
|
||||||
|
<!--<style>-->
|
||||||
|
<!--.slide{padding: 15px 0;box-sizing: border-box;}-->
|
||||||
|
<!--.slide .bd a img{height: 388px;}-->
|
||||||
|
<!--.slide .hd{bottom: 29px;}-->
|
||||||
|
<!--</style>-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
@ -97,53 +102,24 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="mid-link">-->
|
<div class="mid-link">
|
||||||
<!-- <img src="assets/web/images/text.png" alt="" class="text">-->
|
<img src="assets/web/images/text.png" alt="" class="text">
|
||||||
<!-- <div class="link">-->
|
<div class="link">
|
||||||
<!-- <a href="route/web/list.html?title=最新动态&id=045d07ca-4300-4071-81ed-b3c549915820" class="link-box">-->
|
<a href="route/web/list.html?title=最新动态&id=045d07ca-4300-4071-81ed-b3c549915820" class="link-box">
|
||||||
<!-- <img src="assets/web/images/mid-img1.png" alt="">-->
|
<img src="assets/web/images/mid-img1.png" alt="">
|
||||||
<!-- </a>-->
|
</a>
|
||||||
<!-- <a href="route/web/list.html?title=党纪法规&id=b6ca6135-d469-453b-93d5-8a3f47340f0a" class="link-box">-->
|
<a href="route/web/list.html?title=党纪法规&id=b6ca6135-d469-453b-93d5-8a3f47340f0a" class="link-box">
|
||||||
<!-- <img src="assets/web/images/mid-img2.png" alt="">-->
|
<img src="assets/web/images/mid-img2.png" alt="">
|
||||||
<!-- </a>-->
|
</a>
|
||||||
<!-- <a href="route/web/list.html?title=通知公告&id=e1b31bdd-4537-4c97-ae59-d2a922a61cbd" class="link-box">-->
|
<a href="route/web/list.html?title=通知公告&id=e1b31bdd-4537-4c97-ae59-d2a922a61cbd" class="link-box">
|
||||||
<!-- <img src="assets/web/images/mid-img3.png" alt="">-->
|
<img src="assets/web/images/mid-img3.png" alt="">
|
||||||
<!-- </a>-->
|
</a>
|
||||||
<!-- <a href="route/web/list.html?title=通报曝光&id=e50b0c87-2416-4995-8561-f7502c1e2cdd" class="link-box">-->
|
<a href="route/web/list.html?title=通报曝光&id=e50b0c87-2416-4995-8561-f7502c1e2cdd" class="link-box">
|
||||||
<!-- <img src="assets/web/images/mid-img4.png" alt="">-->
|
<img src="assets/web/images/mid-img4.png" alt="">
|
||||||
<!-- </a>-->
|
</a>
|
||||||
<!-- </div>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<div class="slide-news clearFloat">
|
|
||||||
<div class="slide">
|
|
||||||
<div class="bd">
|
|
||||||
<ul v-cloak>
|
|
||||||
<li v-for="banner in bannerList">
|
|
||||||
<a :href="'route/web/detail.html?contentId=' + banner.contentId">
|
|
||||||
<img :src="'route/file/download/true/' + banner.coverPhotos" alt="" v-if="banner.coverPhotos">
|
|
||||||
<img src="assets/web/images/slide.png" alt="" v-else>
|
|
||||||
<div class="slide-text">{{banner.title}}</div>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="hd" v-cloak>
|
|
||||||
<ul>
|
|
||||||
<li v-for="(banner,idx) in bannerList">{{idx+1}}</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a href="javascript: void(0);" class="prev"></a>
|
|
||||||
<a href="javascript: void(0);" class="next"></a>
|
|
||||||
</div>
|
|
||||||
<div class="street">
|
|
||||||
<div class="street-box" v-cloak>
|
|
||||||
<a :href="'route/web/street.html?departmentId=' + item.departmentId" v-for="item in streetList" :title="item.departmentName">
|
|
||||||
<img src="assets/web/images/street-icon.png" alt="">
|
|
||||||
{{ item.departmentName }}
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="news clearFloat">
|
<div class="news clearFloat">
|
||||||
<div class="news-box">
|
<div class="news-box">
|
||||||
<div class="box-title">
|
<div class="box-title">
|
||||||
@ -185,7 +161,40 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="count clearFloat">
|
|
||||||
|
<div class="slide-news clearFloat">
|
||||||
|
<div class="slide">
|
||||||
|
<div class="bd">
|
||||||
|
<ul v-cloak>
|
||||||
|
<li v-for="banner in bannerList">
|
||||||
|
<a :href="'route/web/detail.html?contentId=' + banner.contentId">
|
||||||
|
<img :src="'route/file/download/true/' + banner.coverPhotos" alt="" v-if="banner.coverPhotos">
|
||||||
|
<img src="assets/web/images/slide.png" alt="" v-else>
|
||||||
|
<div class="slide-text">{{banner.title}}</div>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="hd" v-cloak>
|
||||||
|
<ul>
|
||||||
|
<li v-for="(banner,idx) in bannerList">{{idx+1}}</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a href="javascript: void(0);" class="prev"></a>
|
||||||
|
<a href="javascript: void(0);" class="next"></a>
|
||||||
|
</div>
|
||||||
|
<div class="street">
|
||||||
|
<div class="street-box" v-cloak>
|
||||||
|
<a :href="'route/web/street.html?departmentId=' + item.departmentId" v-for="item in streetList" :title="item.departmentName">
|
||||||
|
<img src="assets/web/images/street-icon.png" alt="">
|
||||||
|
{{ item.departmentName }}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="count clearFloat" >
|
||||||
<h3>四个清单-指标上报统计</h3>
|
<h3>四个清单-指标上报统计</h3>
|
||||||
<div class="chart-box fl">
|
<div class="chart-box fl">
|
||||||
<div class="count-title">指标状态占比统计</div>
|
<div class="count-title">指标状态占比统计</div>
|
||||||
@ -332,23 +341,23 @@
|
|||||||
ontWeekRoleData:{}
|
ontWeekRoleData:{}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
openCountDetail: function (path,id) {
|
// openCountDetail: function (path,id) {
|
||||||
var self = this
|
// var self = this
|
||||||
var id = id
|
// var id = id
|
||||||
layer.open({
|
// layer.open({
|
||||||
type: 2,
|
// type: 2,
|
||||||
title: false,
|
// title: false,
|
||||||
closeBtn: true,
|
// closeBtn: true,
|
||||||
area: ['70%', '70%'],
|
// area: ['70%', '70%'],
|
||||||
shadeClose: true,
|
// shadeClose: true,
|
||||||
anim: 2,
|
// anim: 2,
|
||||||
content: top.restAjax.path(path + '?indexLibIdParentId=' + '{id}' + '&departmentId=' + self.departmentId, [id]),
|
// content: top.restAjax.path(path + '?indexLibIdParentId=' + '{id}' + '&departmentId=' + self.departmentId, [id]),
|
||||||
end: function() {
|
// end: function() {
|
||||||
// self.getMainList(self.curId)
|
// // self.getMainList(self.curId)
|
||||||
location.reload();
|
// location.reload();
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
},
|
// },
|
||||||
// 饼图
|
// 饼图
|
||||||
initChart4: function () {
|
initChart4: function () {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user