diff --git a/src/frontend/src/components/QuantDataGrid.vue b/src/frontend/src/components/QuantDataGrid.vue index 495f8fb6..35452a56 100644 --- a/src/frontend/src/components/QuantDataGrid.vue +++ b/src/frontend/src/components/QuantDataGrid.vue @@ -1,6 +1,7 @@ + + + + + + π μ΄ {{ totalCount }} 건 + + + β μ ν {{ selectedCount }} 건 + + + π μ»¬λΌ {{ columnCount }} κ° + + + + + + + π + + + + + π μ΄κΈ°ν + + + + π μλ λ§μΆ€ + + + + + + π₯ μμ λ΄λ³΄λ΄κΈ° βΌ + + + π CSV νμΌ (.csv) λ΄λ³΄λ΄κΈ° + π Excel νΈν (.xlsx) λ΄λ³΄λ΄κΈ° + + + + + + + diff --git a/src/frontend/src/components/grid/ReturnChip.vue b/src/frontend/src/components/grid/ReturnChip.vue new file mode 100644 index 00000000..cb4f9ee2 --- /dev/null +++ b/src/frontend/src/components/grid/ReturnChip.vue @@ -0,0 +1,38 @@ + + + + + + {{ formattedText }} + + + + diff --git a/src/frontend/src/components/grid/TickerBadge.vue b/src/frontend/src/components/grid/TickerBadge.vue new file mode 100644 index 00000000..9a871f2e --- /dev/null +++ b/src/frontend/src/components/grid/TickerBadge.vue @@ -0,0 +1,38 @@ + + + + + + {{ ticker }} + {{ symbolName || fallbackKey }} + + + +