|
@@ -81,7 +81,7 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
<template v-if="column.key === 'numSlot' ">
|
|
|
- {{ record.totalUsers }} | {{ record.totalUsersProportion }}
|
|
|
+ {{ record.enquires }} | {{ record.enquiresProportion }}
|
|
|
</template>
|
|
|
</template>
|
|
|
</a-table>
|
|
@@ -204,9 +204,8 @@ const getCountryMapData = async () => {
|
|
|
chartDetailData.value = res.result;
|
|
|
countryMapData.value = chartDetailData.value.map(entry => ({
|
|
|
name: entry.countryName,
|
|
|
- value: entry.totalUsers
|
|
|
+ value: entry.enquires
|
|
|
}));
|
|
|
- console.log("countryMapData", countryMapData.value);
|
|
|
}
|
|
|
} catch (error) {
|
|
|
console.error(error);
|