| | |
| | | </el-skeleton> |
| | | </el-card> |
| | | </el-col> |
| | | <!-- 快捷入口 |
| | | <el-col :xl="8" :lg="8" :md="24" :sm="24" :xs="24" class="mb-8px"> |
| | | <el-card shadow="never"> |
| | | <template #header> |
| | |
| | | </el-skeleton> |
| | | </el-card> |
| | | </el-col> |
| | | --> |
| | | </el-row> |
| | | </template> |
| | | <script lang="ts" setup> |
| | |
| | | // 用户来源 |
| | | const getUserAccessSource = async () => { |
| | | const data = [ |
| | | { value: 335, name: 'analysis.directAccess' }, |
| | | { value: 310, name: 'analysis.mailMarketing' }, |
| | | { value: 234, name: 'analysis.allianceAdvertising' }, |
| | | { value: 135, name: 'analysis.videoAdvertising' }, |
| | | { value: 1548, name: 'analysis.searchEngines' } |
| | | { value: 335, name: 'analysis.inpationt' }, |
| | | { value: 310, name: 'analysis.outpationt' }, |
| | | ] |
| | | set( |
| | | pieOptionsData, |