From 0160d00e13f6b39cdaaa954c121a03fa187b0ce3 Mon Sep 17 00:00:00 2001 From: "lilong@dgg.net" <123456789> Date: Fri, 2 Apr 2021 13:40:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=AF=9D=E8=AE=B0=E5=BD=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=B1=95=E7=A4=BA=E4=B8=BB=E5=8F=AB=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/call/cdr/index.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/call/cdr/index.blade.php b/resources/views/call/cdr/index.blade.php index a0ea06d9..d58644ca 100644 --- a/resources/views/call/cdr/index.blade.php +++ b/resources/views/call/cdr/index.blade.php @@ -62,6 +62,7 @@ //{checkbox: true,fixed: true} {field: 'id', title: 'ID', sort: true,width:80} ,{field: 'uuid', title: '记录编号'} + ,{field: 'user_nickname', title: '用户'} ,{field: 'caller', title: '主叫号码',style:'color:green'} ,{field: 'callee', title: '被叫号码',style:'color:#2F4056'} ,{field: 'start_time', title: '呼叫时间', sort: true}