This commit is contained in:
邱贞招 2024-02-03 17:01:12 +08:00
parent 2cd4335c90
commit c74e914bd4
2 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@ export default {
info: item.info,
color: item.color,
class: item.class,
ratio: item.list.percent.replace('%', '') / 100,
// ratio: item.list.percent.replace('%', '') / 100,
};
});
});

View File

@ -78,7 +78,7 @@ export default {
// percent: res.yesterdayOrderSalesRatio,
},
{
name: '总金额',
name: '总金额(元)',
icon: 'iconshangpinzhifujine',
count: res.totalAmount,
tag: '总',