licp
2024-07-22 1118cd3db57dc4b72508d4872a5c3688c27a67a1
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] = '/'
                }
              })