修复bug

This commit is contained in:
2026-01-30 19:00:31 +08:00
parent fcc976680d
commit 3de5e9ebe9
91 changed files with 4966 additions and 847 deletions

View File

@@ -1,20 +1,23 @@
<template>
<view class="Page">
<view class="Header">
<text class="Title">商品统计</text>
<text class="SubTitle">product-statistics</text>
</view>
<AdminLayout currentPage="product-statistics">
<view class="Page">
<view class="Header">
<text class="Title">商品统计</text>
<text class="SubTitle">product-statistics</text>
</view>
<view class="Card">
<text class="Label">页面参数query</text>
<text class="Mono">{{ params }}</text>
</view>
</view>
<view class="Card">
<text class="Label">页面参数query</text>
<text class="Mono">{{ params }}</text>
</view>
</view>
</AdminLayout>
</template>
<script setup lang="uts">
import { ref } from 'vue'
import { onLoad } from '@dcloudio/uni-app'
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
const params = ref('')