chrislee 1 месяц назад
Родитель
Сommit
cf8a0d0542

Разница между файлами не показана из-за своего большого размера
+ 1 - 669
as-system-manage-web/pnpm-lock.yaml


+ 4 - 2
as-system-manage-web/types/auto-imports.d.ts

@@ -164,7 +164,7 @@ declare global {
   const useDebounce: typeof import('@vueuse/core')['useDebounce']
   const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
   const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
-  const useDelRow: (typeof import('../src/hooks/useDelRow'))['default']
+  const useDelRow: typeof import('../src/hooks/useDelRow')['default']
   const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
   const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
   const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
@@ -173,6 +173,7 @@ declare global {
   const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
   const useDraggable: typeof import('@vueuse/core')['useDraggable']
   const useDropZone: typeof import('@vueuse/core')['useDropZone']
+  const useEditRow: typeof import('../src/hooks/useEditRow')['default']
   const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
   const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
   const useElementHover: typeof import('@vueuse/core')['useElementHover']
@@ -222,6 +223,7 @@ declare global {
   const useOnline: typeof import('@vueuse/core')['useOnline']
   const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
   const useParallax: typeof import('@vueuse/core')['useParallax']
+  const useParams: typeof import('../src/hooks/useParams')['default']
   const useParentElement: typeof import('@vueuse/core')['useParentElement']
   const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
   const usePermission: typeof import('@vueuse/core')['usePermission']
@@ -235,7 +237,7 @@ declare global {
   const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
   const usePrevious: typeof import('@vueuse/core')['usePrevious']
   const useRafFn: typeof import('@vueuse/core')['useRafFn']
-  const useRecordData: (typeof import('../src/hooks/useRecordData'))['default']
+  const useRecordData: typeof import('../src/hooks/useRecordData')['default']
   const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
   const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
   const useRoute: typeof import('vue-router')['useRoute']

+ 4 - 0
as-system-manage-web/types/components.d.ts

@@ -21,6 +21,7 @@ declare module 'vue' {
     ElButton: typeof import('element-plus/es')['ElButton']
     ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
     ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
+    ElCol: typeof import('element-plus/es')['ElCol']
     ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
     ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
     ElForm: typeof import('element-plus/es')['ElForm']
@@ -41,6 +42,8 @@ declare module 'vue' {
     ElSkeletonItem: typeof import('element-plus/es')['ElSkeletonItem']
     ElTable: typeof import('element-plus/es')['ElTable']
     ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
+    ElTabPane: typeof import('element-plus/es')['ElTabPane']
+    ElTabs: typeof import('element-plus/es')['ElTabs']
     ElTag: typeof import('element-plus/es')['ElTag']
     ElText: typeof import('element-plus/es')['ElText']
     ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
@@ -50,6 +53,7 @@ declare module 'vue' {
     GanttGroup: typeof import('./../src/components/q-gantt/components/gantt-group.vue')['default']
     GanttRow: typeof import('./../src/components/q-gantt/components/gantt-row.vue')['default']
     IEpHide: typeof import('~icons/ep/hide')['default']
+    IEpLoading: typeof import('~icons/ep/loading')['default']
     IEpView: typeof import('~icons/ep/view')['default']
     LeftBar: typeof import('./../src/components/q-gantt/components/left-bar.vue')['default']
     Mask: typeof import('./../src/components/q-modal/mask/index.vue')['default']

Некоторые файлы не были показаны из-за большого количества измененных файлов