This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
@model TaxBaik.Web.Pages.Admin.RevenueTrackings.IndexModel
|
||||
@{ ViewData["Title"] = "매출 추적"; }
|
||||
<section class="admin-page-shell">
|
||||
<partial name="_AdminPageHeader" model='("세무 운영", "매출 추적", "월별 매출 추이를 확인하는 분석 화면입니다.", null, null)' />
|
||||
<partial name="_ComingSoon" model="매출 추적" />
|
||||
@await Html.PartialAsync("_AdminPageHeader", new TaxBaik.Web.Models.AdminPageHeaderModel("세무 운영", "매출 추적", "월별 매출 추이를 확인하는 분석 화면입니다.", null, null))
|
||||
@await Html.PartialAsync("_ComingSoon", "매출 추적")
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user