diff --git a/src/api/workflow/businesstrip/types.ts b/src/api/workflow/businesstrip/types.ts index 6f9d573..155a1e0 100644 --- a/src/api/workflow/businesstrip/types.ts +++ b/src/api/workflow/businesstrip/types.ts @@ -3,17 +3,17 @@ export interface BusinessTripVO { leaveType: string; startDate: string; endDate: string; - leaveDays: number; + tripDays: number; remark: string; status?: string; } export interface BusinessTripForm extends BaseEntity { id?: string | number; - leaveType?: string; + tripType?: string; startDate?: string; endDate?: string; - leaveDays?: number; + tripDays?: number; remark?: string; status?: string; } diff --git a/src/views/workflow/businesstrip/index.vue b/src/views/workflow/businesstrip/index.vue index b9dcd32..0292771 100644 --- a/src/views/workflow/businesstrip/index.vue +++ b/src/views/workflow/businesstrip/index.vue @@ -6,9 +6,9 @@ - - - + + + 搜索 @@ -34,7 +34,7 @@ - + @@ -49,8 +49,8 @@ {{ proxy.parseTime(scope.row.endDate, '{y}-{m}-{d}') }} - - + +