统一组件
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 19s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s

This commit is contained in:
2026-01-03 11:07:33 +08:00
parent f0d332a503
commit 82bb13c385
6 changed files with 45 additions and 704 deletions

View File

@@ -116,7 +116,7 @@
</template>
<script setup>
import { ref, onMounted, watch, toRefs } from 'vue'
import { ref, onMounted, watch } from 'vue'
import { showToast } from 'vant'
import dayjs from 'dayjs'
import { getCategoryList, createCategory } from '@/api/transactionCategory'