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') || val === 'total')) { item[val] = 0 } })