完善页面细节2

This commit is contained in:
2026-02-25 15:16:18 +08:00
parent bd2036630a
commit 1924272182
20 changed files with 39 additions and 81 deletions

View File

@@ -1,5 +1,4 @@
<template>
<AdminLayout :currentPage="currentPage">
<view class="Page">
<view class="Header">
<text class="Title">积分统计</text>
@@ -11,13 +10,11 @@
<text class="Mono">{{ params }}</text>
</view>
</view>
</AdminLayout>
</template>
<script setup lang="uts">
import { ref, computed } from 'vue'
import { onLoad } from '@dcloudio/uni-app'
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
const params = ref('')
const tab = ref('stats')