chenyc
2025-08-26 e282a4f46cde7f6db374946598cec8e7112a0530
gx检验标记
1个文件已修改
2 ■■■ 已修改文件
src/views/report/item/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/report/item/index.vue
@@ -32,7 +32,7 @@
                    <tbody>
                        <tr v-for="(item, index) in reportData.itemGroupItems" :key="index">
                            <td>{{ item.item_name }}</td>
                            <td>{{ item.item_result }} <b style="color: #f56c6c;">{{item.item_result_flag}}</b></td>
                            :'↓'                        <td>{{ item.item_result }} <b v-if="item.item_result_flag === 'g' || item.item_result_flag === 'd'" :style="{ color: item.item_result_flag === 'g' ? '#F56C6C' : '#409EFF' }">{{item.item_result_flag === 'g' ? '↑' : '↓'}}</b></td>
                            <td>{{ item.item_result_ref }}/{{item.item_result_unit}}</td>
                            <!-- <td><img :src="item.trendIcon" alt="Trend Icon" /></td> -->
                        </tr>