seimin 3 年之前
父节点
当前提交
8494fefdd6

+ 1 - 1
src/app/views/compre-statistics/compre-statistics.component.html

@@ -1,4 +1,4 @@
1
-<div class="statisticsManagement">
1
+<div class="compreStatistics">
2
   <div class="content">
2
   <div class="content">
3
     <div class="top align-items_center display_flex justify-content_space-between" nz-row>
3
     <div class="top align-items_center display_flex justify-content_space-between" nz-row>
4
       <div nz-col nzXl='20' class="searchBox display_flex flex-wrap align-items_flex-start">
4
       <div nz-col nzXl='20' class="searchBox display_flex flex-wrap align-items_flex-start">

+ 1 - 1
src/app/views/compre-statistics/compre-statistics.component.less

@@ -4,7 +4,7 @@
4
   height: 100%;
4
   height: 100%;
5
 }
5
 }
6
 
6
 
7
-.statisticsManagement {
7
+.compreStatistics {
8
   width: 100%;
8
   width: 100%;
9
   height: 100%;
9
   height: 100%;
10
   padding: 16px 20px;
10
   padding: 16px 20px;

+ 1 - 1
src/app/views/home/home.component.html

@@ -16,7 +16,7 @@
16
               <span>人员总数: </span>
16
               <span>人员总数: </span>
17
               <span>{{userSituation.userCount||0}}</span>
17
               <span>{{userSituation.userCount||0}}</span>
18
             </div>
18
             </div>
19
-            <div class="toCompre" (click)="toMenu('statisticsManagement','综合统计')">数据统计 >></div>
19
+            <div class="toCompre" (click)="toMenu('compreStatistics','综合统计')">数据统计 >></div>
20
           </div>
20
           </div>
21
           <div class="orderNum">
21
           <div class="orderNum">
22
             <div class="ing display_flex justify-content_space-between">
22
             <div class="ing display_flex justify-content_space-between">

+ 1 - 1
src/app/views/main/main-routing.module.ts

@@ -157,7 +157,7 @@ const routes: Routes = [
157
       },
157
       },
158
       {
158
       {
159
         // 统计分析-综合统计
159
         // 统计分析-综合统计
160
-        path: "statisticsManagement",
160
+        path: "compreStatistics",
161
         loadChildren: () =>
161
         loadChildren: () =>
162
           import("../compre-statistics/compre-statistics.module").then(
162
           import("../compre-statistics/compre-statistics.module").then(
163
             (m) => m.CompreStatisticsModule
163
             (m) => m.CompreStatisticsModule