parent
2f10308e39
commit
33f0cfcd94
@ -0,0 +1,447 @@
|
||||
// 正式环境政务端工作台样式
|
||||
.workbench-box-pro {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
header {
|
||||
background: url("../images/workbench.png");
|
||||
background-size: 100% 100%;
|
||||
padding: 20px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.workbench-serch {
|
||||
padding-left: 200px;
|
||||
|
||||
.workbench-title {
|
||||
display: flex;
|
||||
margin-bottom: 5px;
|
||||
|
||||
.title-item {
|
||||
cursor: pointer;
|
||||
padding: 10px 60px 10px 40px;
|
||||
border-top-right-radius: 30% 100%;
|
||||
margin-right: 15px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 2px 0 3px 0px #ccc;
|
||||
}
|
||||
|
||||
.checked-item {
|
||||
background: #409EFF;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.workbench-btn {
|
||||
height: 45px;
|
||||
|
||||
.el-autocomplete {
|
||||
width: 800px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.el-input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
input {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.el-input-group__append {
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
// background: radial-gradient( farthest-side at 40px 40px, #1B84D2 20%, #30CEF5 100%);
|
||||
background: linear-gradient(to right, #1B84D2, #30CEF5);
|
||||
// font-family: PingFang-SC, PingFang-SC;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 工作台
|
||||
.home-main {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
height: calc(100% - 132px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.main-row {
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
background-color: #f6f7f9;
|
||||
|
||||
.work-main-left {
|
||||
background-color: #fff;
|
||||
border-radius: 10px;
|
||||
margin-right: 10px;
|
||||
height: 100%;
|
||||
|
||||
.main-left {
|
||||
padding: 10px 20px;
|
||||
height: 100%;
|
||||
|
||||
.left-header {
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
|
||||
.left-header-titleS {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.dataCloudMap-birght {
|
||||
width: 6px;
|
||||
height: 18px;
|
||||
background: #0086FF;
|
||||
box-shadow: 3px 0 3px 0px #0086FF;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.left-header-title {
|
||||
font-family: AlibabaPuHuiTiB;
|
||||
margin: 0 10px;
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
.el-button {
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
color: #0086FF;
|
||||
}
|
||||
}
|
||||
|
||||
.left-main {
|
||||
height: calc(100% - 55px);
|
||||
overflow-y: auto;
|
||||
|
||||
.el-card {
|
||||
background-color: #F5F8FA;
|
||||
border: none;
|
||||
margin-bottom: 10px;
|
||||
.el-card__body {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.el-card-border {
|
||||
border: 1px solid rgba(245, 95, 95, 0.4); // #FD5F5F
|
||||
}
|
||||
|
||||
.warn-main {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.warn-main-left {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
|
||||
.warn-main-img {
|
||||
padding-top: 3px;
|
||||
|
||||
img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.warn-main-content {
|
||||
flex: 1;
|
||||
.content-title,.content-title-type {
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
color: #333333;
|
||||
}
|
||||
.content-title-type {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.content-middle {
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
color: #333333;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.tixing-duanxin {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.content-time {
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
color: #737373;
|
||||
}
|
||||
.content-time-two {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.different-left {
|
||||
.warn-main-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
.warn-main-right {
|
||||
padding-right: 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
.warn-main-right-chakan {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: rgba(19, 78, 230, 0.1);
|
||||
padding: 5px 15px;
|
||||
cursor: pointer;
|
||||
border-radius: 50px;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
color: #134EE6;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.warn-main-right-status {
|
||||
padding: 0px 15px;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
color: #4EB997;
|
||||
}
|
||||
|
||||
.status-unread {
|
||||
color: #FD5F5F;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.service-left {
|
||||
padding: 10px 20px;
|
||||
.home-mainPro-top,.home-mainPro-middle,.home-mainPro-bottom {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.pro-left-box, .pro-right-box {
|
||||
width: 50%;
|
||||
padding: 10px;
|
||||
background-color: #F5F8FA;
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
.home-mainPro-top {
|
||||
|
||||
}
|
||||
.home-mainPro-middle {
|
||||
margin: 10px 0;
|
||||
.capitalConditionTOP5-box {
|
||||
padding: 10px 0;
|
||||
section {
|
||||
margin-top: 10px;
|
||||
// .el-table--border {
|
||||
// border: 1px solid #dfe6ec;
|
||||
// }
|
||||
.el-table {
|
||||
.project-trace-table-ranking {
|
||||
// padding: 1px 0px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 5px;
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
font-family: ArialB;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.project-table-Info {
|
||||
font-family: AlibabaPuHuiTiR;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
color: #1890FF;
|
||||
// font-style: normal;
|
||||
// text-decoration-line: underline;
|
||||
// text-transform: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
th {
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
.Table-header {
|
||||
// font-family: AlibabaPuHuiTiM;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
}
|
||||
.Table-unit {
|
||||
font-family: AlibabaPuHuiTiR;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
td {
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.work-main-right {
|
||||
background-color: #fff;
|
||||
border-radius: 10px;
|
||||
height: 100%;
|
||||
|
||||
.main-right {
|
||||
padding: 10px 20px;
|
||||
height: 100%;
|
||||
.right-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 15px;
|
||||
|
||||
.right-header-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.dataCloudMap-birght {
|
||||
width: 6px;
|
||||
height: 18px;
|
||||
background: #0086FF;
|
||||
box-shadow: 3px 0 3px 0px #0086FF;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.right-header-title {
|
||||
font-family: AlibabaPuHuiTiB;
|
||||
margin: 0 10px;
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
.el-button {
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
color: #0086FF;
|
||||
}
|
||||
}
|
||||
|
||||
.right-main {
|
||||
height: calc(100% - 55px);
|
||||
overflow-y: scroll;
|
||||
.main-items {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10px 30px;
|
||||
background: #F5F8FA;
|
||||
border: 1px solid #D9D9D9;
|
||||
border-bottom: none;
|
||||
text-align: center;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: 1px solid #D9D9D9;
|
||||
}
|
||||
|
||||
div {
|
||||
width: 40%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
// font-family: PingFang-SC, PingFang-SC;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.last_child_item {
|
||||
width: 20%;
|
||||
// font-family: PingFang-SC, PingFang-SC;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
color: #1890FF;
|
||||
// text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tab-red {
|
||||
color: #C51717;
|
||||
}
|
||||
}
|
||||
|
||||
.main-item {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.main-two-row {
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
// align-content: space-between;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.box-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.garden {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
background-color: #0086FF;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.box-header-title {
|
||||
font-family: AlibabaPuHuiTiB;
|
||||
font-size: 16px;
|
||||
color: #383838;
|
||||
}
|
||||
.left-box-select {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
.el-select {
|
||||
width: 100px;
|
||||
.el-input__inner {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 企业端首页
|
||||
.home-index-main {
|
||||
height: calc(100% - 55px);
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
@ -0,0 +1,111 @@
|
||||
<!-- 拨付资金企业申请情况TOP5 -->
|
||||
<template>
|
||||
<section>
|
||||
<el-table v-loading="loading" :data="tableData" :height="tabHeader" border :header-cell-style="{background:'#E8F3FC'}">
|
||||
<el-table-column label="排名" key="type" prop="type" align="center" width="80">
|
||||
<template slot-scope="scope">
|
||||
<div class="project-trace-table-ranking" :style="{backgroundColor: scope.row.rankingBg}">{{ scope.row.ranking }}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="申报年份" key="year" prop="year" align="center" width="80">
|
||||
<template slot="header" slot-scope="scope">
|
||||
<div class="Table-header">投放金额</div>
|
||||
<span class="Table-unit">(万元)</span>
|
||||
</template>
|
||||
<template slot-scope="scope">
|
||||
<div class="project-trace-table-number">{{ scope.row.fundAmount }}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="所属项目" align="center" width="130">
|
||||
<template slot-scope="scope">
|
||||
<div class="project-table-Info" @click="ProjectInfo(scope.row)">{{ scope.row.projectName }}</div>
|
||||
<!-- <el-button type="text" class="project-table-Info" @click="charu(scope.row)" :disabled="!scope.row.projectId">{{ scope.row.projectName }}</el-button> -->
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="所属企业" key="qymc" prop="qymc" align="center" />
|
||||
</el-table>
|
||||
</section>
|
||||
</template>
|
||||
<script>
|
||||
import { top5Fund } from "@/api/jin_ji_hu/zijinbiao"
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
loading:false,
|
||||
tableData:[],
|
||||
tabHeader: 288,
|
||||
}
|
||||
},
|
||||
props:{
|
||||
typeValue:{
|
||||
type:Number,
|
||||
default:1,
|
||||
},
|
||||
yearsChange:{
|
||||
type:Number,
|
||||
default:1,
|
||||
},
|
||||
},
|
||||
watch:{
|
||||
typeValue:{
|
||||
handler(newVAlue){
|
||||
console.log(newVAlue);
|
||||
},
|
||||
},
|
||||
yearsChange:{
|
||||
handler(newVAlue){
|
||||
console.log(newVAlue);
|
||||
},
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
// this.cancalDebounce();
|
||||
window.addEventListener('resize', this.cancalDebounce);
|
||||
this.getList();
|
||||
},
|
||||
methods:{
|
||||
// 获取top5列表
|
||||
getList(){
|
||||
this.loading = true;
|
||||
top5Fund().then(res=>{
|
||||
let arr = [];
|
||||
let bgc = ['#EE462A','#FF8929','#ffbb00','#5CBC69','#00AEFF']
|
||||
res.data.forEach((element,index) => {
|
||||
let obj = {};
|
||||
obj.ranking = 'TOP' + (index + 1);
|
||||
obj.rankingBg = bgc[index];
|
||||
obj.fundAmount = element.fundAmount;
|
||||
obj.projectName = element.projectName;
|
||||
obj.qymc = element.qymc;
|
||||
obj.projectId = element.projectId;
|
||||
arr.push(obj);
|
||||
});
|
||||
this.tableData = arr;
|
||||
this.loading = false;
|
||||
}).catch(err=>{
|
||||
this.loading = false;
|
||||
})
|
||||
},
|
||||
ProjectInfo(item){
|
||||
console.log(item,"item");
|
||||
if((item.projectName == "区级总部" || item.projectName == "市级服务业领军") && item.projectId) {
|
||||
this.$router.push({
|
||||
name: 'projectInfo',
|
||||
query: { userId: Number(item.projectId) }
|
||||
})
|
||||
}
|
||||
},
|
||||
// 屏幕尺寸变化
|
||||
cancalDebounce(){
|
||||
const element = document.getElementById('zhijinbofu-qingkaung'); // 通过元素的 ID 获取元素
|
||||
const header = document.getElementById('zhijinbofu-header-id'); // 通过元素的 ID 获取元素
|
||||
const elementHeight = element.offsetHeight;
|
||||
const headerHeight = header.offsetHeight;
|
||||
this.tabHeader = elementHeight - headerHeight - 35;
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
Loading…
Reference in new issue