From f742fbe4c1b457b3c31bca85081770d0404645f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E6=83=B3?= <826276471@qq.com>
Date: Thu, 27 Mar 2025 15:59:45 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?=
=?UTF-8?q?=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../component/annualPlans/index copy.vue | 406 ------------------
.../component/annualPlans/index.vue | 4 -
.../src/views/annualPlan/index.vue | 19 -
.../auto-imports.d.ts | 75 ----
sub-government-screen-service/components.d.ts | 27 --
5 files changed, 531 deletions(-)
delete mode 100644 sub-government-affairs-service/src/views/annualPlan/component/annualPlans/index copy.vue
delete mode 100644 sub-government-affairs-service/src/views/annualPlan/index.vue
delete mode 100644 sub-government-screen-service/auto-imports.d.ts
delete mode 100644 sub-government-screen-service/components.d.ts
diff --git a/sub-government-affairs-service/src/views/annualPlan/component/annualPlans/index copy.vue b/sub-government-affairs-service/src/views/annualPlan/component/annualPlans/index copy.vue
deleted file mode 100644
index d37a301..0000000
--- a/sub-government-affairs-service/src/views/annualPlan/component/annualPlans/index copy.vue
+++ /dev/null
@@ -1,406 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
-
-
-
-
-
- {{ item.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 待提交
- 审核中
- 通过
- 拒绝
-
-
-
-
- 审核
- 编辑
- 详情
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 亩
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 周
-
-
- -
-
-
- 周
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sub-government-affairs-service/src/views/annualPlan/component/annualPlans/index.vue b/sub-government-affairs-service/src/views/annualPlan/component/annualPlans/index.vue
index f1afda5..6939280 100644
--- a/sub-government-affairs-service/src/views/annualPlan/component/annualPlans/index.vue
+++ b/sub-government-affairs-service/src/views/annualPlan/component/annualPlans/index.vue
@@ -77,13 +77,9 @@ import { reactive, ref } from 'vue';
import { useApp } from '@/hooks';
import { CRUD_OPTIONS } from '@/config';
import { isEmpty, downloadFile } from '@/utils';
-import { useUserStore } from '@/store/modules/user';
-import { compact } from 'lodash';
import { getAnnualList, saveAnnual, editAnnual, examineAnnual, delAnnual, exportAnnua } from '@/apis/land.js';
-const { VITE_APP_BASE_API } = import.meta.env;
const app = useApp();
-const UserStore = useUserStore();
const crudRef = ref(null);
const monthsOptions = reactive([
diff --git a/sub-government-affairs-service/src/views/annualPlan/index.vue b/sub-government-affairs-service/src/views/annualPlan/index.vue
deleted file mode 100644
index b1644f7..0000000
--- a/sub-government-affairs-service/src/views/annualPlan/index.vue
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
diff --git a/sub-government-screen-service/auto-imports.d.ts b/sub-government-screen-service/auto-imports.d.ts
deleted file mode 100644
index 369aad4..0000000
--- a/sub-government-screen-service/auto-imports.d.ts
+++ /dev/null
@@ -1,75 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// noinspection JSUnusedGlobalSymbols
-// Generated by unplugin-auto-import
-export {}
-declare global {
- const EffectScope: typeof import('vue')['EffectScope']
- const computed: typeof import('vue')['computed']
- const createApp: typeof import('vue')['createApp']
- const customRef: typeof import('vue')['customRef']
- const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
- const defineComponent: typeof import('vue')['defineComponent']
- const effectScope: typeof import('vue')['effectScope']
- const getCurrentInstance: typeof import('vue')['getCurrentInstance']
- const getCurrentScope: typeof import('vue')['getCurrentScope']
- const h: typeof import('vue')['h']
- const inject: typeof import('vue')['inject']
- const isProxy: typeof import('vue')['isProxy']
- const isReactive: typeof import('vue')['isReactive']
- const isReadonly: typeof import('vue')['isReadonly']
- const isRef: typeof import('vue')['isRef']
- const markRaw: typeof import('vue')['markRaw']
- const nextTick: typeof import('vue')['nextTick']
- const onActivated: typeof import('vue')['onActivated']
- const onBeforeMount: typeof import('vue')['onBeforeMount']
- const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
- const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
- const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
- const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
- const onDeactivated: typeof import('vue')['onDeactivated']
- const onErrorCaptured: typeof import('vue')['onErrorCaptured']
- const onMounted: typeof import('vue')['onMounted']
- const onRenderTracked: typeof import('vue')['onRenderTracked']
- const onRenderTriggered: typeof import('vue')['onRenderTriggered']
- const onScopeDispose: typeof import('vue')['onScopeDispose']
- const onServerPrefetch: typeof import('vue')['onServerPrefetch']
- const onUnmounted: typeof import('vue')['onUnmounted']
- const onUpdated: typeof import('vue')['onUpdated']
- const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
- const provide: typeof import('vue')['provide']
- const reactive: typeof import('vue')['reactive']
- const readonly: typeof import('vue')['readonly']
- const ref: typeof import('vue')['ref']
- const resolveComponent: typeof import('vue')['resolveComponent']
- const shallowReactive: typeof import('vue')['shallowReactive']
- const shallowReadonly: typeof import('vue')['shallowReadonly']
- const shallowRef: typeof import('vue')['shallowRef']
- const toRaw: typeof import('vue')['toRaw']
- const toRef: typeof import('vue')['toRef']
- const toRefs: typeof import('vue')['toRefs']
- const toValue: typeof import('vue')['toValue']
- const triggerRef: typeof import('vue')['triggerRef']
- const unref: typeof import('vue')['unref']
- const useAttrs: typeof import('vue')['useAttrs']
- const useCssModule: typeof import('vue')['useCssModule']
- const useCssVars: typeof import('vue')['useCssVars']
- const useId: typeof import('vue')['useId']
- const useLink: typeof import('vue-router')['useLink']
- const useModel: typeof import('vue')['useModel']
- const useRoute: typeof import('vue-router')['useRoute']
- const useRouter: typeof import('vue-router')['useRouter']
- const useSlots: typeof import('vue')['useSlots']
- const useTemplateRef: typeof import('vue')['useTemplateRef']
- const watch: typeof import('vue')['watch']
- const watchEffect: typeof import('vue')['watchEffect']
- const watchPostEffect: typeof import('vue')['watchPostEffect']
- const watchSyncEffect: typeof import('vue')['watchSyncEffect']
-}
-// for type re-export
-declare global {
- // @ts-ignore
- export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
- import('vue')
-}
diff --git a/sub-government-screen-service/components.d.ts b/sub-government-screen-service/components.d.ts
deleted file mode 100644
index 5782213..0000000
--- a/sub-government-screen-service/components.d.ts
+++ /dev/null
@@ -1,27 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// Generated by unplugin-vue-components
-// Read more: https://github.com/vuejs/core/pull/3399
-export {}
-
-declare module 'vue' {
- export interface GlobalComponents {
- BaseBg: typeof import('./src/components/baseBg.vue')['default']
- CenterMap: typeof import('./src/components/centerMap.vue')['default']
- CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default']
- CurrentTime: typeof import('./src/components/currentTime.vue')['default']
- CustomBack: typeof import('./src/components/customBack.vue')['default']
- CustomCard: typeof import('./src/components/CustomCard.vue')['default']
- CustomProgress: typeof import('./src/components/customProgress.vue')['default']
- CustomSelect: typeof import('./src/components/CustomSelect.vue')['default']
- GridSelect: typeof import('./src/components/GridSelect.vue')['default']
- LandClassificationType: typeof import('./src/components/LandClassificationType.vue')['default']
- LandIsTransfer: typeof import('./src/components/LandIsTransfer.vue')['default']
- LandType: typeof import('./src/components/LandType.vue')['default']
- Pagina: typeof import('./src/components/Pagina.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SubTop: typeof import('./src/components/subTop.vue')['default']
- }
-}