Browse Source

feat(other): 指标列表

Yi 1 year ago
parent
commit
285847cc15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/background/indicators/components/table-action-modal.vue

+ 1 - 1
src/views/background/indicators/components/table-action-modal.vue

@@ -40,7 +40,7 @@ export interface Props {
    */
   type?: 'add' | 'edit';
   /** 编辑的表格行数据 */
-  editData?: BackgroundField.Field | null;
+  editData?: BackgroundIndicators.Indicators | null;
 }
 
 export type ModalType = NonNullable<Props['type']>;