From da498efb165dbada586396baecc71c644e46b1e8 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 23 七月 2024 14:00:41 +0800
Subject: [PATCH] 交接时选择试验室

---
 src/components/tool/value-table.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/tool/value-table.vue b/src/components/tool/value-table.vue
index 6310c76..1688891 100644
--- a/src/components/tool/value-table.vue
+++ b/src/components/tool/value-table.vue
@@ -627,7 +627,7 @@
           if (this.isShowZero) {
             this.tableData.map(item => {
               Object.keys(item).forEach(val => {
-                if (item[val] === null && !val.includes('Hours')) {
+                if (item[val] === null && val.includes('Hours')) {
                   item[val] = '/'
                 }
               })

--
Gitblit v1.9.3