gaoluyang
2024-07-19 4b3f15e248b7ce3534f277ff127ffd32a3e7992a
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] = '/'
                }
              })