Skip to content

Commit

Permalink
feat(cost-report-page): apply table data & ui (#3029)
Browse files Browse the repository at this point in the history
* feat(cost-report-page): apply table data & ui

* fix: fix lint error
fix: fix minor thing
  • Loading branch information
sulmoJ committed Jan 29, 2024
1 parent 184a515 commit 8313325
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ import { PLazyImg } from '@spaceone/design-system';
interface Props {
title?: string;
subTotal?: string;
provider?: string;
providerIconSrc?: string;
}
const props = withDefaults(defineProps<Props>(), {
title: '',
subTotal: '',
provider: '',
providerIconSrc: '',
});
Expand Down
Loading

0 comments on commit 8313325

Please sign in to comment.