From d9640b681afbd58ae788af9fbba6e74efcfa671b Mon Sep 17 00:00:00 2001 From: 123 <123@qq.com> Date: Wed, 14 May 2025 16:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/workflow/businesstrip/types.ts | 6 +++--- src/views/workflow/businesstrip/index.vue | 12 ++++++------ src/views/workflow/leave copy/leaveEdit.vue | 4 ++-- src/views/workflow/leave/leaveEdit.vue | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) 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}') }} - - + +