完善页面细节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,6 +1,5 @@
<template>
<AdminLayout current-page="maintain_dev_task">
<view class="admin-page">
<view class="admin-page">
<view class="admin-sections">
<!-- 顶部通知 -->
<view class="admin-card alert-card">
@@ -50,12 +49,10 @@
</view>
</view>
</view>
</AdminLayout>
</template>
<script setup lang="uts">
import { ref } from 'vue'
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
const dataList = ref([
{ id: 1, title: '自动开具/冲红电子发票', desc: '每隔10分钟执行自动开具/冲红电子发票', cycle: '每隔10分钟执行一次', status: true },