态势感知感知平台-武汉市开源生态建设-统计概览2样式修改
This commit is contained in:
@@ -58,7 +58,7 @@ const fetchStats = async() => {
|
||||
const { developer, community, company, project } = businessData.data;
|
||||
|
||||
// 格式化数据显示
|
||||
whDeveloper.value = `${formatNumber(developer)}+`;
|
||||
whDeveloper.value = `${formatNumber(developer)}万+`;
|
||||
whCommunity.value = formatNumber(community);
|
||||
whCompany.value = `${formatNumber(company)}+`;
|
||||
whProject.value = `${formatNumber(project)}+`;
|
||||
|
||||
Reference in New Issue
Block a user