feat: update admin
This commit is contained in:
@@ -113,9 +113,9 @@ const formatPrice = (price) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 用户购买的文章列表 -->
|
||||
<!-- 用户购买的曲谱列表 -->
|
||||
<div class="card">
|
||||
<h3 class="text-xl font-semibold mb-4">购买的文章</h3>
|
||||
<h3 class="text-xl font-semibold mb-4">购买的曲谱</h3>
|
||||
<DataTable :value="userArticles" stripedRows class="p-datatable-sm" responsiveLayout="scroll"
|
||||
:lazy="true" :totalRecords="totalArticles" :rows="lazyParams.limit" :loading="loading"
|
||||
@page="onPage" paginator :rows-per-page-options="[10, 20, 50]">
|
||||
|
||||
Reference in New Issue
Block a user