| | |
| | | <tbody> |
| | | <tr v-for="(item, index) in reportData.itemGroupItems" :key="index"> |
| | | <td>{{ item.item_name }}</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 }} <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> |