|
@ -1,5 +1,5 @@ |
|
|
<template> |
|
|
<template> |
|
|
<view class="main" :style="{ background: `url(${imgUrl}) #f6f6f6 no-repeat`, backgroundSize: backgroundSize }"> |
|
|
|
|
|
|
|
|
<view class="main"> |
|
|
|
|
|
|
|
|
<!-- <operateCoach v-if="identity=='实操教练'"/> |
|
|
<!-- <operateCoach v-if="identity=='实操教练'"/> |
|
|
<principal v-if="identity=='校长'||identity=='驾校财务'"/> --> |
|
|
<principal v-if="identity=='校长'||identity=='驾校财务'"/> --> |
|
@ -68,7 +68,6 @@ |
|
|
import stage from './comp/stage' |
|
|
import stage from './comp/stage' |
|
|
import columnChart from './comp/columnChart' |
|
|
import columnChart from './comp/columnChart' |
|
|
import tabDate from './comp/tabDate' |
|
|
import tabDate from './comp/tabDate' |
|
|
import { imgUrl } from '@/config/site.config' |
|
|
|
|
|
import { |
|
|
import { |
|
|
getSettlementStatistics, |
|
|
getSettlementStatistics, |
|
|
settle_list, |
|
|
settle_list, |
|
@ -87,8 +86,6 @@ |
|
|
currentTab: 1, |
|
|
currentTab: 1, |
|
|
statistics: {}, |
|
|
statistics: {}, |
|
|
list: [], |
|
|
list: [], |
|
|
imgUrl: imgUrl+'indexTopBanner.png', |
|
|
|
|
|
backgroundSize: '100% 492rpx', |
|
|
|
|
|
show: false, |
|
|
show: false, |
|
|
chartData: [] |
|
|
chartData: [] |
|
|
} |
|
|
} |
|
@ -175,7 +172,10 @@ |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
@import './comp/comp.scss'; |
|
|
@import './comp/comp.scss'; |
|
|
|
|
|
|
|
|
|
|
|
.main { |
|
|
|
|
|
background: url('../../../static/images/bigImg/indexTopBanner.png') #f6f6f6 no-repeat; |
|
|
|
|
|
background-size: 100% 492rpx; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
</style> |
|
|
</style> |
|
|
|
|
|
|