运营报表优化
This commit is contained in:
@@ -173,9 +173,13 @@ export default function ReportPage() {
|
||||
</View>
|
||||
<View className='report-item__row'>
|
||||
<Text className='report-item__spec'>
|
||||
{item.product_spec ? `${item.product_spec} · ` : ''}
|
||||
累计 {item.quantity}{item.unit}
|
||||
{parseFloat(item.weight) > 0 ? ` · 称重 ${item.weight}` : ''}
|
||||
{item.product_spec ? `${item.product_spec}` : ''}{item.unit}
|
||||
</Text>
|
||||
</View>
|
||||
<View className='report-item__row'>
|
||||
<Text className='report-item__spec'>
|
||||
累计 {item.quantity}
|
||||
{parseFloat(item.weight) > 0 ? ` · 重量 ${item.weight}` : ''}
|
||||
</Text>
|
||||
<Text className='report-item__percent'>{item.percent}%</Text>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user