내보내기 작업 결과 카드 분리 v1.5.31

This commit is contained in:
2026-06-02 11:29:00 +09:00
parent e2df9d55ac
commit 0e2b701862
9 changed files with 29 additions and 14 deletions

View File

@@ -2390,7 +2390,14 @@ onBeforeUnmount(() => {
</div>
</div>
<div class="admin-settings-screen__export-list mt-5">
</section>
<section
v-if="normalizedPostExportJobs.length > 0"
id="admin-settings-section-export-results"
class="admin-settings-screen__card admin-settings-screen__card--export-results rounded-xl border border-[#e6e8eb] bg-white p-6 shadow-[0_1px_2px_rgba(15,23,42,0.04)]"
>
<div class="admin-settings-screen__export-list">
<div class="mb-3 flex items-center justify-between gap-3">
<h3 class="text-sm font-semibold text-[#15171a]">
최근 내보내기 작업
@@ -2403,13 +2410,7 @@ onBeforeUnmount(() => {
새로고침
</button>
</div>
<div
v-if="normalizedPostExportJobs.length === 0"
class="admin-settings-screen__export-empty rounded-lg border border-dashed border-[#dce0e5] bg-[#f7f8fa] px-4 py-8 text-center text-sm text-[#657080]"
>
아직 등록된 내보내기 작업이 없습니다.
</div>
<div v-else class="admin-settings-screen__export-items grid gap-3">
<div class="admin-settings-screen__export-items grid gap-3">
<article
v-for="job in normalizedPostExportJobs"
:key="job.id"