浏览代码

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']>;