diff --git a/src/api/LogApi.ts b/src/api/LogApi.ts index e054910..a9e8fbe 100644 --- a/src/api/LogApi.ts +++ b/src/api/LogApi.ts @@ -19,7 +19,10 @@ export interface Record { } export class PagingQueryParams extends PageQueryDto { - logType = 'logType'; + logType?: string; + name?: string; + beginDate?: string; + endDate?: string; } /** diff --git a/src/pages/LoginRecord.vue b/src/pages/LoginRecord.vue index 4a1a42e..4381bf6 100644 --- a/src/pages/LoginRecord.vue +++ b/src/pages/LoginRecord.vue @@ -15,6 +15,103 @@ binary-state-sort @request="onRequest" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -24,6 +121,15 @@ + + + + + {{ props.row.requestSuccess === 1 ? '成功' : '失败' }} + + + +