From 023ea35893ed047887a43555509335eec7a8b161 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 09 一月 2024 17:28:49 +0800 Subject: [PATCH] 1. 编写评估任务模块中 --- src/components.d.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index aff2c0b..4a308bb 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -61,6 +61,7 @@ ElTag: typeof import('element-plus/es')['ElTag'] ElText: typeof import('element-plus/es')['ElText'] ElTooltip: typeof import('element-plus/es')['ElTooltip'] + ElTransfer: typeof import('element-plus/es')['ElTransfer'] ElTree: typeof import('element-plus/es')['ElTree'] Footer: typeof import('./components/core/Footer.vue')['default'] FormCol: typeof import('./components/layout/FormCol.vue')['default'] @@ -72,6 +73,7 @@ FYOptionText: typeof import('./components/search-option/base/FYOptionText.vue')['default'] FYOptionTime: typeof import('./components/search-option/FYOptionTime.vue')['default'] FYOptionUserType: typeof import('./components/search-option/FYOptionUserType.vue')['default'] + FYReconfrimButton: typeof import('./components/button/FYReconfrimButton.vue')['default'] FYSearchBar: typeof import('./components/search-option/FYSearchBar.vue')['default'] FYTable: typeof import('./components/table/FYTable.vue')['default'] Header: typeof import('./components/core/Header.vue')['default'] -- Gitblit v1.9.3