Browse Source

2 digitis

wfansh 4 tháng trước cách đây
mục cha
commit
ec329e4435
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',