From 6e9733dd55a571f2bdebef014cbaa203cf8adf15 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 14 Jul 2025 12:42:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90CRM=20=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E5=85=B3=E7=B3=BB=E7=AE=A1=E7=90=86=E3=80=91=E8=B7=9F=E8=BF=9B?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=88=97=E8=A1=A8=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E3=80=81=E5=9B=BE=E7=89=87=E7=9A=84=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/crm/followup/index.vue | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/views/crm/followup/index.vue b/src/views/crm/followup/index.vue index d0b22716..720af867 100644 --- a/src/views/crm/followup/index.vue +++ b/src/views/crm/followup/index.vue @@ -24,6 +24,38 @@ + + + + + + { + if (!url) { + return '' + } + return url.substring(url.lastIndexOf('/') + 1) +} + const props = defineProps<{ bizType: number bizId: number