From f5f828b22c5d9ae19991a5e14a5090df63e41f81 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 09 Jul 2020 17:18:30 +0800
Subject: [PATCH] 20200709  代码提交

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

diff --git a/src/main/resources/templates/febs/views/modules/member/member.html b/src/main/resources/templates/febs/views/modules/member/member.html
index 5ca1969..56ae69f 100644
--- a/src/main/resources/templates/febs/views/modules/member/member.html
+++ b/src/main/resources/templates/febs/views/modules/member/member.html
@@ -168,7 +168,8 @@
                     {title: '操作', 
                     	templet: function (d) {
                             if (d.certifyStatus === 1) {
-                            	return '<a lay-event="edit" shiro:hasPermission="user:update">确认</a>'
+                            	return '<a lay-event="edit" shiro:hasPermission="user:update">审核认证</a>'
+                            	+'<i class="layui-icon febs-edit-area febs-blue">&#xe7a4;</i>'
                             	+'<a lay-event="addCoin" shiro:hasPermission="user:update">拨币</a>'
                             }else if(d.certifyStatus === 2){
                             	return '<a lay-event="see" shiro:hasPermission="user:update">'

--
Gitblit v1.9.1