seimin před 3 roky
rodič
revize
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 2
   <div class="content">
3 3
     <div class="top align-items_center display_flex justify-content_space-between" nz-row>
4 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 4
   height: 100%;
5 5
 }
6 6
 
7
-.statisticsManagement {
7
+.compreStatistics {
8 8
   width: 100%;
9 9
   height: 100%;
10 10
   padding: 16px 20px;

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

@@ -16,7 +16,7 @@
16 16
               <span>人员总数: </span>
17 17
               <span>{{userSituation.userCount||0}}</span>
18 18
             </div>
19
-            <div class="toCompre" (click)="toMenu('statisticsManagement','综合统计')">数据统计 >></div>
19
+            <div class="toCompre" (click)="toMenu('compreStatistics','综合统计')">数据统计 >></div>
20 20
           </div>
21 21
           <div class="orderNum">
22 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 161
         loadChildren: () =>
162 162
           import("../compre-statistics/compre-statistics.module").then(
163 163
             (m) => m.CompreStatisticsModule