兰宝车间质量管理系统-前端
QianRj
2025-02-06 fb7bca27eb17aedf33fe5a1e9be63eb43ec299eb
src/types/element.d.ts
@@ -1,6 +1,6 @@
import type * as ep from 'element-plus';
declare global {
  declare type ElTagType = 'success' | 'info' | 'warning' | 'danger' | '';
  declare type ElTagType = 'primary' | 'success' | 'info' | 'warning' | 'danger';
  declare type ElFormInstance = ep.FormInstance;
  declare type ElTableInstance = ep.TableInstance;
  declare type ElUploadInstance = ep.UploadInstance;