|
|
|
@ -5,39 +5,90 @@
|
|
|
|
|
|
|
|
|
|
<a-card id="todo" style="float: left; width: 33%; height: 100%;padding-bottom: 10px;" :body-style="{height: '95%', overflow:'hidden'}"> |
|
|
|
|
<div style="height: 40px;font-weight: 600; font-size: 16px;line-height: 40px"> |
|
|
|
|
待办 |
|
|
|
|
公司风采 |
|
|
|
|
</div> |
|
|
|
|
<div id="todoDiv" style="height: 250px;overflow-y: auto;margin: 0 0 0 0;" @scroll="heightScrollTodo()"> |
|
|
|
|
<a-table |
|
|
|
|
rowKey="id" |
|
|
|
|
:loading="loading" |
|
|
|
|
:show-header="false" |
|
|
|
|
:columns="columns" |
|
|
|
|
:dataSource="tasks" |
|
|
|
|
:pagination="false" |
|
|
|
|
:customRow="rowClick" |
|
|
|
|
> |
|
|
|
|
</a-table> |
|
|
|
|
<div id="messageDiv" style="height: 280px;overflow-y: auto;margin: 0 0 0 0;" > |
|
|
|
|
<!-- <div id="messageDiv" style="height: 250px;overflow-y: auto;margin: 0 0 0 0;" @scroll="heightScrollTodo()">--> |
|
|
|
|
<!-- <a-table--> |
|
|
|
|
<!-- rowKey="id"--> |
|
|
|
|
<!-- :loading="loading"--> |
|
|
|
|
<!-- :show-header="false"--> |
|
|
|
|
<!-- :columns="columns"--> |
|
|
|
|
<!-- :dataSource="tasks"--> |
|
|
|
|
<!-- :pagination="false"--> |
|
|
|
|
<!-- :customRow="rowClick"--> |
|
|
|
|
<!-- >--> |
|
|
|
|
<!-- </a-table>--> |
|
|
|
|
<!-- <a-carousel arrows autoplay>--> |
|
|
|
|
<!-- <div--> |
|
|
|
|
<!-- slot="prevArrow"--> |
|
|
|
|
<!-- slot-scope="props"--> |
|
|
|
|
<!-- class="custom-slick-arrow"--> |
|
|
|
|
<!-- style="left: 10px;zIndex: 1"--> |
|
|
|
|
<!-- >--> |
|
|
|
|
<!-- <a-icon type="left-circle" />--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<!-- <div slot="nextArrow" slot-scope="props" class="custom-slick-arrow" style="right: 10px">--> |
|
|
|
|
<!-- <a-icon type="right-circle" />--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<!--<!– <a slot="customPaging" slot-scope="props">–>--> |
|
|
|
|
<!--<!– <img :src="getImgUrl(props.i)" />–>--> |
|
|
|
|
<!--<!– </a>–>--> |
|
|
|
|
<!-- <div class="rightullidiv" v-for="item in this.listMien">--> |
|
|
|
|
<!-- <img :src="item.url" />--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<!-- </a-carousel>--> |
|
|
|
|
<a-carousel arrows autoplay > |
|
|
|
|
<div |
|
|
|
|
slot="prevArrow" |
|
|
|
|
slot-scope="props" |
|
|
|
|
class="custom-slick-arrow" |
|
|
|
|
style="left: 10px;zIndex: 1" |
|
|
|
|
> |
|
|
|
|
<a-icon type="left-circle" /> |
|
|
|
|
</div> |
|
|
|
|
<div slot="nextArrow" slot-scope="props" class="custom-slick-arrow" style="right: 10px"> |
|
|
|
|
<a-icon type="right-circle" /> |
|
|
|
|
</div> |
|
|
|
|
<div v-for="item in this.listMien" style="height: 260px" > |
|
|
|
|
<img class="rightulliimg" :src="item.url" /> |
|
|
|
|
</div> |
|
|
|
|
</a-carousel> |
|
|
|
|
</div> |
|
|
|
|
</a-card> |
|
|
|
|
<!--站内消息--> |
|
|
|
|
<a-card id="message" style="width: 32%; height: 100%;margin: 0px 1%;padding-bottom: 10px;" :body-style="{height: '95%', overflow:'hidden'}"> |
|
|
|
|
<!-- <div style="height: 40px;font-weight: 600; font-size: 16px;line-height: 40px">--> |
|
|
|
|
<!-- 站内消息--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<!-- <div id="messageDiv" style="height: 250px;overflow-y: auto;margin: 0 0 0 0;" @scroll="heightScrollMessage()">--> |
|
|
|
|
<!-- <a-table--> |
|
|
|
|
<!-- rowKey="id"--> |
|
|
|
|
<!-- :loading="loading"--> |
|
|
|
|
<!-- :show-header="false"--> |
|
|
|
|
<!-- :columns="msgColumns"--> |
|
|
|
|
<!-- :dataSource="msgContent"--> |
|
|
|
|
<!-- :pagination="false"--> |
|
|
|
|
<!-- :customRow="rowClickToDo"--> |
|
|
|
|
<!-- >--> |
|
|
|
|
<!-- </a-table>--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<!-- <show-announcement ref="ShowAnnouncement" @ok="modalFormOk"></show-announcement>--> |
|
|
|
|
<div style="height: 40px;font-weight: 600; font-size: 16px;line-height: 40px"> |
|
|
|
|
站内消息 |
|
|
|
|
待办 |
|
|
|
|
</div> |
|
|
|
|
<div id="messageDiv" style="height: 250px;overflow-y: auto;margin: 0 0 0 0;" @scroll="heightScrollMessage()"> |
|
|
|
|
<div id="todoDiv" style="height: 250px;overflow-y: auto;margin: 0 0 0 0;" @scroll="heightScrollTodo()"> |
|
|
|
|
<a-table |
|
|
|
|
rowKey="id" |
|
|
|
|
:loading="loading" |
|
|
|
|
:show-header="false" |
|
|
|
|
:columns="msgColumns" |
|
|
|
|
:dataSource="msgContent" |
|
|
|
|
:columns="columns" |
|
|
|
|
:dataSource="tasks" |
|
|
|
|
:pagination="false" |
|
|
|
|
:customRow="rowClickToDo" |
|
|
|
|
:customRow="rowClick" |
|
|
|
|
> |
|
|
|
|
</a-table> |
|
|
|
|
</div> |
|
|
|
|
<show-announcement ref="ShowAnnouncement" @ok="modalFormOk"></show-announcement> |
|
|
|
|
</a-card> |
|
|
|
|
<!--登录日志--> |
|
|
|
|
<a-card id="log" style="width: 33%; height: 100%;padding-bottom: 10px;" :body-style="{height: '95%', overflow:'hidden'}"> |
|
|
|
@ -119,7 +170,6 @@ import KeyApplications from '@views/dashboard/KeyApplications'
|
|
|
|
|
// import { mixinDevice } from '@/utils/mixin' |
|
|
|
|
// import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
name: 'HomePage', |
|
|
|
|
// mixins:[JeecgListMixin,mixinDevice], |
|
|
|
@ -142,6 +192,7 @@ export default {
|
|
|
|
|
keyApplications: '/keyApplications/processKeyApplications/list', |
|
|
|
|
addKeyApplications: '/keyApplications/processKeyApplications/add', |
|
|
|
|
lists: '/sys/log/listHomePage', |
|
|
|
|
listMien: "/sys/oss/file/list", |
|
|
|
|
listMseeage: '/sys/sysAnnouncementSend/getMyAnnouncementSend', |
|
|
|
|
editCementSend:"/sys/sysAnnouncementSend/editByAnntIdAndUserId", |
|
|
|
|
}, |
|
|
|
@ -204,6 +255,7 @@ export default {
|
|
|
|
|
keyApplic:false, |
|
|
|
|
//全部用户菜单 |
|
|
|
|
userMean:[], |
|
|
|
|
listMien:[], |
|
|
|
|
//用户子菜单 |
|
|
|
|
userChildren:[], |
|
|
|
|
keyChildren:[], |
|
|
|
@ -219,6 +271,13 @@ export default {
|
|
|
|
|
// console.log("res===========",res.result); |
|
|
|
|
this.KeyApplicationsChildren = res.result; |
|
|
|
|
} |
|
|
|
|
}) ; |
|
|
|
|
this.listMien = []; |
|
|
|
|
getAction(this.url.listMien,{status:1}).then((res) => { |
|
|
|
|
if (res.success) { |
|
|
|
|
console.log("sfdvzdf", res.result.records||res.result); |
|
|
|
|
this.listMien = res.result.records||res.result; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
this.todoList(); |
|
|
|
|
this.loginList(); |
|
|
|
@ -231,6 +290,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
methods: { |
|
|
|
|
|
|
|
|
|
expandedRowKeys(row){ |
|
|
|
|
console.log("=====",row); |
|
|
|
|
this.selectRowKeys = row; |
|
|
|
@ -505,6 +565,45 @@ export default {
|
|
|
|
|
|
|
|
|
|
</script> |
|
|
|
|
<style scoped> |
|
|
|
|
.ant-carousel >>> .slick-slide img { |
|
|
|
|
border: 5px solid #fff; |
|
|
|
|
display: block; |
|
|
|
|
margin: 5px auto; |
|
|
|
|
height: 90%; |
|
|
|
|
width: 85%; |
|
|
|
|
/* 水平垂直居中 */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ant-carousel >>> .slick-slide { |
|
|
|
|
text-align: center; |
|
|
|
|
height: 260px; |
|
|
|
|
line-height: 160px; |
|
|
|
|
background: #364d79; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ant-carousel >>> .custom-slick-arrow { |
|
|
|
|
width: 25px; |
|
|
|
|
height: 25px; |
|
|
|
|
font-size: 25px; |
|
|
|
|
color: #fff; |
|
|
|
|
background-color: rgba(31, 45, 61, 0.11); |
|
|
|
|
opacity: 0.3; |
|
|
|
|
} |
|
|
|
|
.ant-carousel >>> .custom-slick-arrow:before { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.ant-carousel >>> .custom-slick-arrow:hover { |
|
|
|
|
opacity: 0.5; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ant-carousel >>> .slick-slide h3 { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@import url("/src/assets/css/ali.css"); |
|
|
|
|
|
|
|
|
|
.iconfont { |
|
|
|
|