@@ -20,7 +20,9 @@
></InputNumber>
</td>
<td>
- {{ resultStr(citem.result) }}
+ <span :class="{ 'color-error': !citem.result }">{{
+ resultStr(citem.result)
+ }}</span>
<Button