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 @@
-
+
{{ options.find((e) => e.value === scope.row.leaveType)?.label }}
@@ -49,8 +49,8 @@
{{ proxy.parseTime(scope.row.endDate, '{y}-{m}-{d}') }}
-
-
+
+
diff --git a/src/views/workflow/leave copy/leaveEdit.vue b/src/views/workflow/leave copy/leaveEdit.vue
index 78d5079..0a0660a 100644
--- a/src/views/workflow/leave copy/leaveEdit.vue
+++ b/src/views/workflow/leave copy/leaveEdit.vue
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/src/views/workflow/leave/leaveEdit.vue b/src/views/workflow/leave/leaveEdit.vue
index 657e75d..946d089 100644
--- a/src/views/workflow/leave/leaveEdit.vue
+++ b/src/views/workflow/leave/leaveEdit.vue
@@ -42,7 +42,7 @@
-
+