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