From 373f08dd87acf015d0c70356cd6a9ad44e5cc470 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 15 Jun 2020 17:48:46 +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