tangning 2 rokov pred
rodič
commit
743e8c5205

+ 0 - 2
src/views/customer/scene.vue

@@ -343,12 +343,10 @@
           onOk: async () => {
           onOk: async () => {
             sceneCopy({ num: record.num })
             sceneCopy({ num: record.num })
               .then((res) => {
               .then((res) => {
-                if(res){
                 message.success({
                 message.success({
                   content: '复制成功',
                   content: '复制成功',
                 });
                 });
                 reload();
                 reload();
-                }
               })
               })
           },
           },
         });
         });

+ 2 - 2
src/views/dashboard/analysis/data.ts

@@ -46,7 +46,7 @@ export const growCardList: GrowCardItem[] = [
     icon: 'download-count|svg',
     icon: 'download-count|svg',
     value: 8000,
     value: 8000,
     unit: '笔',
     unit: '笔',
-    color: 'orange',
+    color: 'blue',
     action: '月',
     action: '月',
   },
   },
   {
   {
@@ -54,7 +54,7 @@ export const growCardList: GrowCardItem[] = [
     icon: 'transaction|svg',
     icon: 'transaction|svg',
     value: 5000,
     value: 5000,
     unit: '人',
     unit: '人',
-    color: 'purple',
+    color: 'blue',
     action: '月',
     action: '月',
   },
   },
 ];
 ];

+ 1 - 1
src/views/dashboard/analysis/index.vue

@@ -122,7 +122,7 @@ async function getData() {
         icon: 'download-count|svg',
         icon: 'download-count|svg',
         value: preMonThDownCount,
         value: preMonThDownCount,
         unit: '笔',
         unit: '笔',
-        color: 'orange',
+        color: 'blue',
         action: '月',
         action: '月',
       },
       },
       {
       {

+ 2 - 2
src/views/statistics/data.ts

@@ -46,7 +46,7 @@ export const growCardList: GrowCardItem[] = [
     icon: 'download-count|svg',
     icon: 'download-count|svg',
     value: 8000,
     value: 8000,
     unit: '笔',
     unit: '笔',
-    color: 'orange',
+    color: 'blue',
     action: '月',
     action: '月',
   },
   },
   {
   {
@@ -54,7 +54,7 @@ export const growCardList: GrowCardItem[] = [
     icon: 'transaction|svg',
     icon: 'transaction|svg',
     value: 5000,
     value: 5000,
     unit: '人',
     unit: '人',
-    color: 'purple',
+    color: 'blue',
     action: '月',
     action: '月',
   },
   },
 ];
 ];

+ 1 - 1
src/views/statistics/order/index.vue

@@ -68,7 +68,7 @@
         icon: 'download-count|svg',
         icon: 'download-count|svg',
         value: preMonThDownCount,
         value: preMonThDownCount,
         unit: '笔',
         unit: '笔',
-        color: 'orange',
+        color: 'blue',
         action: '月',
         action: '月',
       },
       },
       {
       {