guoziyun 9 ماه پیش
والد
کامیت
1e79fc77b7
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      oms/public/app/index.html
  2. 0 0
      oms/public/app/main-Y4AVE3I4.js
  3. 2 2
      omsapp/src/app/pages/message-dashboard.component.ts

+ 1 - 1
oms/public/app/index.html

@@ -9,5 +9,5 @@
   <style>body,html{width:100%;height:100%}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}body{margin:0;color:#000000d9;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum"}html{--antd-wave-shadow-color:#1890ff;--scroll-bar:0}</style><link rel="stylesheet" href="styles-LXBSU6DF.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-LXBSU6DF.css"></noscript></head>
   <body>
     <app-root></app-root>
-  <script src="polyfills-B6TNHZQ6.js" type="module"></script><script src="main-HFF3XDC3.js" type="module"></script></body>
+  <script src="polyfills-B6TNHZQ6.js" type="module"></script><script src="main-Y4AVE3I4.js" type="module"></script></body>
 </html>

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
oms/public/app/main-Y4AVE3I4.js


+ 2 - 2
omsapp/src/app/pages/message-dashboard.component.ts

@@ -307,11 +307,11 @@ export class MessageDashboardComponent implements OnInit {
           data: this.dailyTrends.map((t) => t.delivered || 0),
         },
         {
-          ...this.combinedChartData.datasets[4],
+          ...this.combinedChartData.datasets[3],
           data: this.dailyTrends.map((t) => t.displayCount || 0),
         },
         {
-          ...this.combinedChartData.datasets[3],
+          ...this.combinedChartData.datasets[4],
           data: this.dailyTrends.map((t) => t.opened || 0),
         },
         {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است