diff --git a/src/api/types/ReactorType.ts b/src/api/types/ReactorType.ts index 62232f6..99c5cd8 100644 --- a/src/api/types/ReactorType.ts +++ b/src/api/types/ReactorType.ts @@ -1,5 +1,5 @@ import { ServiceResponse } from './response'; -import { ServiceRequstPage } from './pageInput' +import { ServiceRequestPage } from './pageInput' import { PageResponse } from './pageResponse' // 设备状态枚举 @@ -106,7 +106,7 @@ export interface ReactorTypeEnumItem { } // API 类型定义 -export type ReactorPageInput = ServiceRequstPage; +export type ReactorPageInput = ServiceRequestPage; export type ReactorPageResponse = ServiceResponse>; export type ReactorOutput = ServiceResponse; export type ReactorAddInput = ReactorDto; diff --git a/src/api/types/pageInput.ts b/src/api/types/pageInput.ts index bb1e9d3..d11f6c5 100644 --- a/src/api/types/pageInput.ts +++ b/src/api/types/pageInput.ts @@ -1,4 +1,4 @@ -export interface ServiceRequstPage { +export interface ServiceRequestPage { dynamicFilter?: DynamicFilterInfo; /** 排序列表 */ sortList?: SortInput[] | null; diff --git a/src/views/admin/reactor/index.vue b/src/views/admin/reactor/index.vue index 87bec5d..dcfc0bb 100644 --- a/src/views/admin/reactor/index.vue +++ b/src/views/admin/reactor/index.vue @@ -3,7 +3,8 @@ - + @@ -20,7 +21,8 @@ 查询 - 新增 + 新增 @@ -29,33 +31,30 @@ - - + + + - - + + + + + + - - - - - -