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 = {