Crunchy
2024-07-22 af4592841b4d8b6c0cdcef4418f1017c520a0292
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] = '/'
                }
              })