Standardize admin clients pages
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m23s

This commit is contained in:
2026-07-09 11:41:40 +09:00
parent 55933649f6
commit 6ec4ef4c9a
25 changed files with 341 additions and 411 deletions
@@ -1,4 +1,7 @@
@page
@model TaxBaik.Web.Pages.Admin.RevenueTrackings.IndexModel
@{ ViewData["Title"] = "매출 추적"; }
<section class="container py-5"><h1 class="h2 fw-bold">매출 추적</h1></section>
<section class="container py-4 py-lg-5">
<partial name="_AdminPageHeader" model='("세무 운영", "매출 추적", "월별 매출 추이를 확인하는 분석 화면입니다.", null, null)' />
<partial name="_ComingSoon" model="매출 추적" />
</section>