Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
80266a4596
  1. 2
      src/views/modules/base/resi.vue

2
src/views/modules/base/resi.vue

@ -497,7 +497,7 @@ export default {
item.options.forEach((n) => {
if (n.value === row[item.columnName]) _val = n.label
})
if (row[item.columnName] == '0') _val = '--'
if (row[item.columnName] == '0') return _val = ''
}
return _val || row[item.columnName]

Loading…
Cancel
Save