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>
|
||||
|
||||
|
||||
@@ -1,29 +1,30 @@
|
||||
<template>
|
||||
<div class="console">
|
||||
<CardList></CardList>
|
||||
开发中敬请期待...
|
||||
<!--<CardList></CardList>-->
|
||||
|
||||
<el-row :gutter="20">
|
||||
<el-col :sm="24" :md="12" :lg="10">
|
||||
<ActiveUser />
|
||||
</el-col>
|
||||
<el-col :sm="24" :md="12" :lg="14">
|
||||
<SalesOverview />
|
||||
</el-col>
|
||||
</el-row>
|
||||
<!--<el-row :gutter="20">-->
|
||||
<!-- <el-col :sm="24" :md="12" :lg="10">-->
|
||||
<!-- <ActiveUser />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :sm="24" :md="12" :lg="14">-->
|
||||
<!-- <SalesOverview />-->
|
||||
<!-- </el-col>-->
|
||||
<!--</el-row>-->
|
||||
|
||||
<el-row :gutter="20">
|
||||
<el-col :sm="24" :md="24" :lg="12">
|
||||
<NewUser />
|
||||
</el-col>
|
||||
<el-col :sm="24" :md="12" :lg="6">
|
||||
<Dynamic />
|
||||
</el-col>
|
||||
<el-col :sm="24" :md="12" :lg="6">
|
||||
<TodoList />
|
||||
</el-col>
|
||||
</el-row>
|
||||
<!--<el-row :gutter="20">-->
|
||||
<!-- <el-col :sm="24" :md="24" :lg="12">-->
|
||||
<!-- <NewUser />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :sm="24" :md="12" :lg="6">-->
|
||||
<!-- <Dynamic />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :sm="24" :md="12" :lg="6">-->
|
||||
<!-- <TodoList />-->
|
||||
<!-- </el-col>-->
|
||||
<!--</el-row>-->
|
||||
|
||||
<AboutProject />
|
||||
<!--<AboutProject />-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -1,59 +1,60 @@
|
||||
<template>
|
||||
<div class="ecommerce">
|
||||
<el-row :gutter="20">
|
||||
<el-col :sm="24" :md="24" :lg="16">
|
||||
<Banner />
|
||||
</el-col>
|
||||
<el-col :sm="12" :md="12" :lg="4">
|
||||
<TotalOrderVolume />
|
||||
</el-col>
|
||||
<el-col :sm="12" :md="12" :lg="4">
|
||||
<TotalProducts />
|
||||
</el-col>
|
||||
</el-row>
|
||||
开发中敬请期待...
|
||||
<!--<el-row :gutter="20">-->
|
||||
<!-- <el-col :sm="24" :md="24" :lg="16">-->
|
||||
<!-- <Banner />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :sm="12" :md="12" :lg="4">-->
|
||||
<!-- <TotalOrderVolume />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :sm="12" :md="12" :lg="4">-->
|
||||
<!-- <TotalProducts />-->
|
||||
<!-- </el-col>-->
|
||||
<!--</el-row>-->
|
||||
|
||||
<el-row :gutter="20">
|
||||
<el-col :sm="12" :md="12" :lg="8">
|
||||
<SalesTrend />
|
||||
</el-col>
|
||||
<el-col :sm="12" :md="12" :lg="8">
|
||||
<SalesClassification />
|
||||
</el-col>
|
||||
<el-col :sm="24" :md="24" :lg="8">
|
||||
<el-row :gutter="20">
|
||||
<el-col :sm="24" :md="12" :lg="12">
|
||||
<ProductSales />
|
||||
</el-col>
|
||||
<el-col :sm="24" :md="12" :lg="12">
|
||||
<SalesGrowth />
|
||||
</el-col>
|
||||
<el-col :span="24" class="no-margin-bottom">
|
||||
<CartConversionRate />
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<!--<el-row :gutter="20">-->
|
||||
<!-- <el-col :sm="12" :md="12" :lg="8">-->
|
||||
<!-- <SalesTrend />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :sm="12" :md="12" :lg="8">-->
|
||||
<!-- <SalesClassification />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :sm="24" :md="24" :lg="8">-->
|
||||
<!-- <el-row :gutter="20">-->
|
||||
<!-- <el-col :sm="24" :md="12" :lg="12">-->
|
||||
<!-- <ProductSales />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :sm="24" :md="12" :lg="12">-->
|
||||
<!-- <SalesGrowth />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :span="24" class="no-margin-bottom">-->
|
||||
<!-- <CartConversionRate />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- </el-row>-->
|
||||
<!-- </el-col>-->
|
||||
<!--</el-row>-->
|
||||
|
||||
<el-row :gutter="20">
|
||||
<el-col :sm="24" :md="12" :lg="8">
|
||||
<HotCommodity />
|
||||
</el-col>
|
||||
<el-col :sm="24" :md="12" :lg="8">
|
||||
<AnnualSales />
|
||||
</el-col>
|
||||
<el-col :sm="24" :md="24" :lg="8">
|
||||
<TransactionList />
|
||||
</el-col>
|
||||
</el-row>
|
||||
<!--<el-row :gutter="20">-->
|
||||
<!-- <el-col :sm="24" :md="12" :lg="8">-->
|
||||
<!-- <HotCommodity />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :sm="24" :md="12" :lg="8">-->
|
||||
<!-- <AnnualSales />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :sm="24" :md="24" :lg="8">-->
|
||||
<!-- <TransactionList />-->
|
||||
<!-- </el-col>-->
|
||||
<!--</el-row>-->
|
||||
|
||||
<el-row :gutter="20">
|
||||
<el-col :md="24" :lg="8">
|
||||
<RecentTransaction />
|
||||
</el-col>
|
||||
<el-col :md="24" :lg="16" class="no-margin-bottom">
|
||||
<HotProductsList />
|
||||
</el-col>
|
||||
</el-row>
|
||||
<!--<el-row :gutter="20">-->
|
||||
<!-- <el-col :md="24" :lg="8">-->
|
||||
<!-- <RecentTransaction />-->
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :md="24" :lg="16" class="no-margin-bottom">-->
|
||||
<!-- <HotProductsList />-->
|
||||
<!-- </el-col>-->
|
||||
<!--</el-row>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user