chore: sync release updates

This commit is contained in:
wushumin
2026-05-22 15:47:23 +08:00
parent be64b8e5b7
commit baef2fb64c
23 changed files with 879 additions and 131 deletions

View File

@@ -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 || "-" }}