From aa1f56d5ef2d48b980a2fab3e88379efbe09b0d1 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 26 十二月 2023 17:04:27 +0800 Subject: [PATCH] 评估任务模块新增任务状态管理逻辑 --- src/components.d.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 6eff6e0..aff2c0b 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -64,6 +64,7 @@ ElTree: typeof import('element-plus/es')['ElTree'] Footer: typeof import('./components/core/Footer.vue')['default'] FormCol: typeof import('./components/layout/FormCol.vue')['default'] + FYBgTaskCard: typeof import('./components/bg-task/FYBgTaskCard.vue')['default'] FYForm: typeof import('./components/form/FYForm.vue')['default'] FYOptionLocation: typeof import('./components/search-option/FYOptionLocation.vue')['default'] FYOptionOnlineStatus: typeof import('./components/search-option/FYOptionOnlineStatus.vue')['default'] -- Gitblit v1.9.3