优化前端,使用组件Element

This commit is contained in:
2026-06-02 15:56:04 +08:00
parent cafa3ef883
commit 65033666ef
21 changed files with 820 additions and 16 deletions
@@ -1,4 +1,4 @@
import { reactive, ref, computed, onMounted, onUnmounted, nextTick, watch } from 'vue'
import { reactive, ref, computed } from 'vue'
import { apiRequest } from '@/shared/api'
import { addNotification, handleApiError } from '@/shared/notification'
import { formatCurrency, formatNumber, formatDateTime, formatDate } from '@/shared/utils'