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') : '-' }} + +