소스 검색

feat(other): 指标列表

Yi 2 년 전
부모
커밋
285847cc15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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']>;