From 959c40d8bd890a7936f9ffefa3b71e1de8909c48 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 11 七月 2024 11:05:46 +0800
Subject: [PATCH] feat:成绩缺考状态
---
components.d.ts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/components.d.ts b/components.d.ts
index 14021a3..b2d1c50 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -19,10 +19,12 @@
ElIcon: typeof import('element-plus/es')['ElIcon']
ElImageViewer: typeof import('element-plus/es')['ElImageViewer']
ElInput: typeof import('element-plus/es')['ElInput']
+ ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElProgress: typeof import('element-plus/es')['ElProgress']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
+ ElSelect: typeof import('element-plus/es')['ElSelect']
ElSlider: typeof import('element-plus/es')['ElSlider']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
--
Gitblit v1.8.0