From 6e9ad8000f1ba87bec0e745a905fa6593d9c89c8 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 09 Jul 2020 20:56:53 +0800
Subject: [PATCH] modify

---
 src/main/resources/templates/febs/views/modules/agent/agent.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/agent/agent.html b/src/main/resources/templates/febs/views/modules/agent/agent.html
index 32f3d9d..cb809ae 100644
--- a/src/main/resources/templates/febs/views/modules/agent/agent.html
+++ b/src/main/resources/templates/febs/views/modules/agent/agent.html
@@ -248,7 +248,7 @@
                     {field: 'name', title: '代理姓名', minWidth: 100, align: 'center'},
                     {field: 'account', title: '代理账号', minWidth: 100, align: 'center'},
                     {field: 'inviteId', title: '代理UID', minWidth: 100, align: 'center'},
-                    {field: 'phone', title: '联系方式', minWidth: 130, align: 'center'},
+                    {field: 'telphone', title: '联系方式', minWidth: 130, align: 'center'},
                     // {field: 'email', title: '邮箱', minWidth: 180, align: 'center'},
                     {field: 'refererId', title: '上级UID', minWidth: 100, align: 'center'},
                     {title: '是否实名', templet: '#certify-status', minWidth: 100, align: 'center'},

--
Gitblit v1.9.1