完善页面细节2
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<template>
|
||||
<AdminLayout current-page="maintain_dev_config">
|
||||
<view class="admin-page category-page">
|
||||
<view class="admin-sections">
|
||||
<!-- 筛选区域 (1:1 复刻 CRMEB: 横向排列的过滤器) -->
|
||||
@@ -70,12 +69,10 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</AdminLayout>
|
||||
</template>
|
||||
|
||||
<script setup lang="uts">
|
||||
import { ref } from 'vue'
|
||||
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
|
||||
|
||||
const categoryList = ref([
|
||||
{ id: 9, name: '分销配置', field: 'fenxiao', status: true },
|
||||
|
||||
Reference in New Issue
Block a user