From bd5f8a93387f70d5ebfd654c3c6f4b972e395646 Mon Sep 17 00:00:00 2001 From: zeyan <258785420@qq.com> Date: Wed, 24 Sep 2025 15:35:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniapp/pages-market/clue/index.vue | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/uniapp/pages-market/clue/index.vue b/uniapp/pages-market/clue/index.vue index 0f731281..b94828ae 100644 --- a/uniapp/pages-market/clue/index.vue +++ b/uniapp/pages-market/clue/index.vue @@ -84,11 +84,11 @@ - 销售老师: + 市场老师: {{ v.customerResource.sales_teacher || '-' }} - 市场老师: + 销售老师: {{ v.customerResource.market_teacher || '-' }} @@ -103,9 +103,21 @@ + + + 录入时间: + {{ v.customerResource.created_at ? $util.formatToDateTime(v.customerResource.created_at, 'Y-m-d H:i') : '-' }} + + + + + 分配时间: + {{ v.assigned_at ? $util.formatToDateTime(v.assigned_at, 'Y-m-d H:i') : '-' }} + + - + 联系状态: @@ -208,7 +220,7 @@ - 销售老师: + 市场老师: {{ v.customerResource.sales_teacher || '-' }} @@ -218,7 +230,14 @@ + + + + 录入时间: + {{ v.customerResource.created_at ? $util.formatToDateTime(v.customerResource.created_at, 'Y-m-d H:i') : '-' }} + +