feat: 财务对账页面 — GET /api/finance/daily-summary + Finance.vue
This commit is contained in:
@@ -54,6 +54,13 @@
|
||||
<small>外部请求耗时、慢接口汇总</small>
|
||||
</span>
|
||||
</router-link>
|
||||
<router-link to="/finance" class="nav-item" active-class="active" @click="closeMobileNav">
|
||||
<span class="nav-icon"><el-icon><TrendCharts /></el-icon></span>
|
||||
<span class="nav-copy">
|
||||
<strong>财务对账</strong>
|
||||
<small>昨日收入、上游消费、净利润</small>
|
||||
</span>
|
||||
</router-link>
|
||||
</nav>
|
||||
</div>
|
||||
</aside>
|
||||
@@ -101,6 +108,7 @@ import {
|
||||
User,
|
||||
SwitchButton,
|
||||
Operation,
|
||||
TrendCharts,
|
||||
} from '@element-plus/icons-vue'
|
||||
|
||||
const router = useRouter()
|
||||
|
||||
Reference in New Issue
Block a user