tangning 2 anos atrás
pai
commit
2efe4e7533

+ 3 - 0
src/views/dealer/components/financeModal.vue

@@ -51,6 +51,7 @@
           field: 'majorAddNum',
           component: 'InputNumber',
           label: '专业会员(年)剩余可售 0 个 新增',
+          suffix:'个',
           defaultValue: 0,
           componentProps: {
             max: 999,
@@ -65,6 +66,7 @@
           label: '高级会员(年)剩余可售 0 个 新增',
           defaultValue: 0,
           ifShow:false,
+          suffix:'个',
           componentProps: {
             max: 999,
             min:0,
@@ -76,6 +78,7 @@
           field: 'downAddNum',
           component: 'InputNumber',
           label: '场景下载剩余可售 0 次 新增',
+          suffix:'次',
           defaultValue: 0,
           componentProps: {
             max: 999,

+ 3 - 3
src/views/statistics/scene/index.vue

@@ -67,7 +67,7 @@ async function getData() {
         icon: 'fxemoji:notchedrightsemi3dot',
         value: totalSceneCount,
         unit: '个',
-        color: 'blue',
+        color: 'green',
         action: '年',
       },
       {
@@ -75,7 +75,7 @@ async function getData() {
         icon: 'download-count|svg',
         value: preMonthAddCount,
         unit: '个',
-        color: 'orange',
+        color: 'blue',
         action: '月',
       },
       {
@@ -83,7 +83,7 @@ async function getData() {
         icon: 'transaction|svg',
         value: todayAddCount,
         unit: '个',
-        color: 'blue',
+        color: 'orange',
         action: '日',
       },
     ];