zhangjie 3 years ago
parent
commit
5db1cc1414
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/modules/main/CheckData.vue

+ 3 - 1
src/modules/main/CheckData.vue

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