Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
myliang committed Dec 14, 2023
1 parent 155204f commit 1b84ba7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/app.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/vendor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/TableBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
if (v[k] !== undefined && v[k] !== null) v = v[k]
else return ''
}
return v !== undefined && v !== null ? v + '' : ''
return v !== undefined && v !== null ? v : ''
},
trClick (item, rIndex) {
if (this.hasCounting(rIndex)) return
Expand Down

0 comments on commit 1b84ba7

Please sign in to comment.