兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-06-18 3b254cc16bf01b03e5f4d5951b30838523c4a940
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;