From 4a6fe1b747cb24b1c2330694714d77c3b9cabe65 Mon Sep 17 00:00:00 2001 From: Yangk Date: Thu, 8 Jan 2026 16:18:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(crm/businessTripApply):=20=E5=9C=A8?= =?UTF-8?q?=E5=87=BA=E5=B7=AE=E7=94=B3=E8=AF=B7=E9=A1=B5=E9=9D=A2=E4=B8=AD?= =?UTF-8?q?=E4=B8=BA=E4=B8=9A=E5=8A=A1=E6=96=B9=E5=90=91=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E5=85=B8=E6=A0=87=E7=AD=BE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/crm/businessTripApply/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/oa/crm/businessTripApply/index.vue b/src/views/oa/crm/businessTripApply/index.vue index 844eba9..36ff4b4 100644 --- a/src/views/oa/crm/businessTripApply/index.vue +++ b/src/views/oa/crm/businessTripApply/index.vue @@ -107,7 +107,11 @@ - + + + @@ -190,7 +194,7 @@ import { listBusinessTripApply, delBusinessTripApply, updateBusinessTripApply } import { BusinessTripApplyVO, BusinessTripApplyQuery } from '@/api/oa/crm/businessTripApply/types'; const { proxy } = getCurrentInstance() as ComponentInternalInstance; -const { trip_status, trip_type } = toRefs(proxy?.useDict('trip_status', 'trip_type')); +const { trip_status, trip_type, business_direction } = toRefs(proxy?.useDict('trip_status', 'trip_type', 'business_direction')); const businessTripApplyList = ref([]); const loading = ref(true);