fetch(add): 新增企业设备授权
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m25s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m25s
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user