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