storeManagement contentmanagement edit

This commit is contained in:
unknown 2025-06-12 13:45:26 +09:00
parent b1f9802e6f
commit 615f92e3df
3 changed files with 0 additions and 43 deletions

View File

@ -1,23 +1,6 @@
//* src/views/ContentManagementView.vue
<template>
<v-container fluid class="pa-4">
<!-- 페이지 헤더 -->
<v-row>
<v-col cols="12">
<div class="d-flex align-center mb-4">
<v-btn
icon
@click="$router.go(-1)"
class="mr-3"
>
<v-icon>mdi-arrow-left</v-icon>
</v-btn>
<h1 class="text-h5">📝 콘텐츠 관리</h1>
</div>
<p class="text-subtitle-1 grey--text">생성된 콘텐츠를 관리하고 성과를 분석합니다</p>
</v-col>
</v-row>
<!-- 필터 섹션 -->
<v-row class="mb-4">
<v-col cols="12" md="3">

View File

@ -1,20 +1,6 @@
//* src/views/DashboardView.vue
<template>
<v-container fluid class="pa-4">
<!-- 페이지 헤더 -->
<div class="d-flex align-center justify-between mb-6">
<div>
<h1 class="text-h4 font-weight-bold text-grey-darken-4">대시보드</h1>
<p class="text-body-1 text-grey-darken-1 mb-0">
{{ businessName }} 실시간 현황을 확인하세요
</p>
</div>
<v-chip :color="'success'" variant="flat" class="text-body-2 font-weight-medium">
<v-icon start size="16">mdi-circle</v-icon>
실시간 업데이트
</v-chip>
</div>
<!-- 주요 지표 카드 - 새로운 스타일 적용 (3 카드) -->
<v-row class="mb-6">
<v-col

View File

@ -1,17 +1,5 @@
<template>
<v-container fluid class="pa-4">
<!-- 페이지 헤더 -->
<v-row class="mb-4">
<v-col cols="12">
<div class="d-flex align-center justify-space-between">
<div>
<h1 class="text-h4 font-weight-bold mb-2">매장 관리</h1>
<p class="text-grey">매장 정보를 관리하고 설정을 변경할 있습니다</p>
</div>
</div>
</v-col>
</v-row>
<!-- 매장 정보가 없는 경우 -->
<div v-if="!storeStore.hasStoreInfo && !storeStore.loading">
<v-row justify="center">