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 @@ + + + + + + + + + + + + {{ getFileName(url) }} + + + + { + if (!url) { + return '' + } + return url.substring(url.lastIndexOf('/') + 1) +} + const props = defineProps<{ bizType: number bizId: number