diff --git a/json/customers_list.json b/json/customers_list.json index fef1740..8c68e7d 100644 --- a/json/customers_list.json +++ b/json/customers_list.json @@ -72,19 +72,19 @@ { "field": "customer_id", "title": "客户360度视图", - "url": "{{entire_url(customer_360_view)}}", + "url": "{{entire_url('customer_360_view')}}", "subtable": "customers" }, { "field": "customer_id", "title": "交接记录", - "url": "{{entire_url(handover_history_list)}}", + "url": "{{entire_url('handover_history_list')}}", "subtable": "customer_handover" }, { "field": "customer_id", "title": "公海记录", - "url": "{{entire_url(pool_history_list)}}", + "url": "{{entire_url('pool_history_list')}}", "subtable": "customer_pool" } ] diff --git a/json/handover_list.json b/json/handover_list.json index 34f2061..cde6617 100644 --- a/json/handover_list.json +++ b/json/handover_list.json @@ -47,7 +47,7 @@ { "field": "handover_id", "title": "交接项目明细", - "url": "{{entire_url(handover_items_list)}}", + "url": "{{entire_url('handover_items_list')}}", "subtable": "customer_handover_items" } ]