wfansh 4 hónapja
szülő
commit
ec329e4435
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/adweb/marketing/googleads.vue

+ 1 - 1
src/views/adweb/marketing/googleads.vue

@@ -366,7 +366,7 @@ const campaignColumns = ref([
     title: '点击率',
     title: '点击率',
     dataIndex: 'ctr',
     dataIndex: 'ctr',
     key: 'ctr',
     key: 'ctr',
-    customRender: ({ text }) => `${text}%`
+    customRender: ({ text }) => `${text.toFixed(2)}`
   },
   },
   {
   {
     title: 'CPC',
     title: 'CPC',