fetch(add): 新增企业设备授权
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m25s

This commit is contained in:
sexygoat
2026-01-30 15:39:19 +08:00
parent 841cf0442b
commit 8a1388608c
25 changed files with 978 additions and 922 deletions

View File

@@ -1,37 +1,38 @@
<template>
<div class="analysis-dashboard">
<el-row :gutter="20">
<el-col :xl="14" :lg="15" :xs="24">
<TodaySales />
</el-col>
<el-col :xl="10" :lg="9" :xs="24">
<VisitorInsights />
</el-col>
</el-row>
开发中敬请期待...
<!--<el-row :gutter="20">-->
<!-- <el-col :xl="14" :lg="15" :xs="24">-->
<!-- <TodaySales />-->
<!-- </el-col>-->
<!-- <el-col :xl="10" :lg="9" :xs="24">-->
<!-- <VisitorInsights />-->
<!-- </el-col>-->
<!--</el-row>-->
<el-row :gutter="20" class="mt-20">
<el-col :xl="10" :lg="10" :xs="24">
<TotalRevenue />
</el-col>
<el-col :xl="7" :lg="7" :xs="24">
<CustomerSatisfaction />
</el-col>
<el-col :xl="7" :lg="7" :xs="24">
<TargetVsReality />
</el-col>
</el-row>
<!--<el-row :gutter="20" class="mt-20">-->
<!-- <el-col :xl="10" :lg="10" :xs="24">-->
<!-- <TotalRevenue />-->
<!-- </el-col>-->
<!-- <el-col :xl="7" :lg="7" :xs="24">-->
<!-- <CustomerSatisfaction />-->
<!-- </el-col>-->
<!-- <el-col :xl="7" :lg="7" :xs="24">-->
<!-- <TargetVsReality />-->
<!-- </el-col>-->
<!--</el-row>-->
<el-row :gutter="20" class="mt-20">
<el-col :xl="10" :lg="10" :xs="24">
<TopProducts />
</el-col>
<el-col :xl="7" :lg="7" :xs="24">
<SalesMappingByCountry />
</el-col>
<el-col :xl="7" :lg="7" :xs="24">
<VolumeServiceLevel />
</el-col>
</el-row>
<!--<el-row :gutter="20" class="mt-20">-->
<!-- <el-col :xl="10" :lg="10" :xs="24">-->
<!-- <TopProducts />-->
<!-- </el-col>-->
<!-- <el-col :xl="7" :lg="7" :xs="24">-->
<!-- <SalesMappingByCountry />-->
<!-- </el-col>-->
<!-- <el-col :xl="7" :lg="7" :xs="24">-->
<!-- <VolumeServiceLevel />-->
<!-- </el-col>-->
<!--</el-row>-->
</div>
</template>