From 7fa9b38a370c50b649144545ca11ae16dd8706eb Mon Sep 17 00:00:00 2001 From: Yangk Date: Thu, 12 Mar 2026 16:48:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(router):=20=E6=B7=BB=E5=8A=A0=E6=9C=BA?= =?UTF-8?q?=E7=A5=A8=E9=A2=84=E8=AE=A2=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=B9=B6=E4=BC=98=E5=8C=96=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 13 +++++++++++++ src/views/oa/crm/flightBooking/index.vue | 24 ++++++++++++------------ 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index fe7e562..76cc1a8 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -180,6 +180,19 @@ export const constantRoutes: RouteRecordRaw[] = [ } ] }, + { + path: '/crm/flightBooking', + component: Layout, + hidden: true, + children: [ + { + path: 'edit', + component: () => import('@/views/oa/crm/flightBooking/edit.vue'), + name: 'FlightBookingEditLegacy', + meta: { title: '机票预订审批', activeMenu: '/oa/crm/flightBooking' } + } + ] + }, { path: '/customer', component: Layout, diff --git a/src/views/oa/crm/flightBooking/index.vue b/src/views/oa/crm/flightBooking/index.vue index dbd511f..8d074d4 100644 --- a/src/views/oa/crm/flightBooking/index.vue +++ b/src/views/oa/crm/flightBooking/index.vue @@ -30,9 +30,9 @@ - + 搜索 重置 @@ -67,13 +67,13 @@ - - + + - - + + @@ -204,23 +204,23 @@ const columns = ref([ { key: 0, label: `机票预订ID`, visible: false }, { key: 1, label: `租户编号`, visible: true }, { key: 2, label: `机票预订编号`, visible: true }, - { key: 3, label: `乘机人ID`, visible: true }, + { key: 3, label: `乘机人ID`, visible: false }, { key: 4, label: `乘机人姓名`, visible: true }, { key: 5, label: `出行日期`, visible: true }, { key: 6, label: `出发地点`, visible: true }, { key: 7, label: `到达地点`, visible: true }, { key: 8, label: `机票折扣`, visible: true }, { key: 9, label: `机票金额`, visible: true }, - { key: 10, label: `附件ID`, visible: true }, + { key: 10, label: `附件ID`, visible: false }, { key: 11, label: `申请状态`, visible: true }, - { key: 12, label: `流程状态`, visible: true }, + { key: 12, label: `流程状态`, visible: false }, { key: 13, label: `备注`, visible: true }, { key: 14, label: `删除标志`, visible: false }, { key: 15, label: `创建部门`, visible: false }, { key: 16, label: `创建者`, visible: false }, - { key: 17, label: `创建时间`, visible: true }, + { key: 17, label: `创建时间`, visible: false }, { key: 18, label: `更新者`, visible: false }, - { key: 19, label: `更新时间`, visible: true } + { key: 19, label: `更新时间`, visible: false } ]); const initFormData: FlightBookingForm = {