chore: sync release updates
This commit is contained in:
@@ -283,7 +283,7 @@ onLoad(async (options) => {
|
||||
</view>
|
||||
|
||||
<view v-if="activeTab === 'product'" class="report-panel">
|
||||
<view v-for="item in productItems" :key="item.label" class="product-row">
|
||||
<view v-for="(item, index) in productItems" :key="`${item.label}-${index}`" class="product-row">
|
||||
<view class="product-row__label">{{ item.label }}</view>
|
||||
<view class="product-row__value" :class="item.label === '检测结论' ? 'product-row__value--result' : ''">
|
||||
{{ item.value || "-" }}
|
||||
|
||||
Reference in New Issue
Block a user