UI: 批量总收入移到批量总利润上面
All checks were successful
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 6s
Test / build-check (push) Successful in 4s
PR Preview / test (pull_request) Successful in 5s
PR Preview / deploy-preview (pull_request) Successful in 15s
Test / e2e-test (push) Successful in 50s
All checks were successful
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 6s
Test / build-check (push) Successful in 4s
PR Preview / test (pull_request) Successful in 5s
PR Preview / deploy-preview (pull_request) Successful in 15s
Test / e2e-test (push) Successful in 50s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -182,14 +182,14 @@
|
|||||||
<div class="profit-card-label">利润率</div>
|
<div class="profit-card-label">利润率</div>
|
||||||
<div class="profit-card-value" :class="{ negative: profitMargin < 0 }">{{ profitMargin.toFixed(1) }}%</div>
|
<div class="profit-card-value" :class="{ negative: profitMargin < 0 }">{{ profitMargin.toFixed(1) }}%</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="profit-card">
|
|
||||||
<div class="profit-card-label">批量总利润</div>
|
|
||||||
<div class="profit-card-value" :class="{ negative: batchProfit < 0 }">{{ oils.fmtPrice(batchProfit) }}</div>
|
|
||||||
</div>
|
|
||||||
<div class="profit-card">
|
<div class="profit-card">
|
||||||
<div class="profit-card-label">批量总收入</div>
|
<div class="profit-card-label">批量总收入</div>
|
||||||
<div class="profit-card-value">{{ oils.fmtPrice(batchRevenue) }}</div>
|
<div class="profit-card-value">{{ oils.fmtPrice(batchRevenue) }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="profit-card">
|
||||||
|
<div class="profit-card-label">批量总利润</div>
|
||||||
|
<div class="profit-card-value" :class="{ negative: batchProfit < 0 }">{{ oils.fmtPrice(batchProfit) }}</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user