完善页面细节

This commit is contained in:
2026-02-25 11:53:57 +08:00
parent 8ec05b331b
commit bd2036630a
23 changed files with 71 additions and 52 deletions

View File

@@ -1,4 +1,5 @@
<template>
<AdminLayout currentPage="product_paramList">
<view class="admin-main">
<!-- 头部搜索 -->
<view class="search-card">
@@ -98,10 +99,12 @@
</view>
</view>
</view>
</AdminLayout>
</template>
<script setup lang="uts">
import { ref, reactive } from 'vue'
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
interface ParamKV {
label: string;