Browse Source

2 digitis

wfansh 3 months ago
parent
commit
ec329e4435
1 changed files with 1 additions and 1 deletions
  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: '点击率',
     dataIndex: 'ctr',
     key: 'ctr',
-    customRender: ({ text }) => `${text}%`
+    customRender: ({ text }) => `${text.toFixed(2)}`
   },
   {
     title: 'CPC',