Skip to content

Commit

Permalink
fix: #11
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Jul 30, 2021
1 parent a13ce13 commit 3e95b39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/fast-crud/src/components/crud/fs-row-handle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ export default defineComponent({
const btns = [];
_.forEach(mergedBtns, (item, key) => {
item.key = key;
if (item.show === false) {
return;
}
btns.push(item);
});
Expand Down

0 comments on commit 3e95b39

Please sign in to comment.