diff --git a/frontend/src/views/dashboard/components/sq-tab/index.vue b/frontend/src/views/dashboard/components/sq-tab/index.vue new file mode 100644 index 0000000..06a44e9 --- /dev/null +++ b/frontend/src/views/dashboard/components/sq-tab/index.vue @@ -0,0 +1,342 @@ + + + + + + + + + + + {{ tabItem.title }} + + + + + + + + + {{ t('dashboard.edit') }} + + + {{ t('dashboard.delete') }} + + + + + + + + + + + + + + emits('parentAddItemBox', item)" + > + + + + + + + + + {{ + t('common.cancel') + }} + {{ + t('common.confirm') + }} + + + + + + +