|
|
|
@ -207,14 +207,17 @@ export default { |
|
|
|
|
}, |
|
|
|
|
onLoad: function () { |
|
|
|
|
}, |
|
|
|
|
mounted() { |
|
|
|
|
oonShow() { |
|
|
|
|
this.getEvents() |
|
|
|
|
|
|
|
|
|
this.getJobs() |
|
|
|
|
}, |
|
|
|
|
mounted() { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
getEvents() { |
|
|
|
|
Api.getCaselibrary().then(res => { |
|
|
|
|
Api.getDataStatistics().then(res => { |
|
|
|
|
this.servingTotalEnterpriseNum = res.data.servingTotalEnterpriseNum; |
|
|
|
|
this.thisMonthCheckedEnterpriseNum = res.data.thisMonthCheckedEnterpriseNum; |
|
|
|
|
this.thisMonthAgainCheckedEnterpriseNum = res.data.thisMonthAgainCheckedEnterpriseNum; |
|
|
|
@ -584,7 +587,7 @@ export default { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
gap: 20rpx; |
|
|
|
|
flex:1; |
|
|
|
|
flex: 1; |
|
|
|
|
|
|
|
|
|
.news-item { |
|
|
|
|
display: flex; |
|
|
|
@ -658,8 +661,8 @@ export default { |
|
|
|
|
margin-bottom: 150rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.no-data{ |
|
|
|
|
margin: 0 auto; |
|
|
|
|
color: #b7b7b7; |
|
|
|
|
.no-data { |
|
|
|
|
margin: 0 auto; |
|
|
|
|
color: #b7b7b7; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|