diff --git a/examples/table-test.html b/examples/table-test.html
index d828a90b..2772f388 100644
--- a/examples/table-test.html
+++ b/examples/table-test.html
@@ -168,7 +168,7 @@ layui.use(['table', 'dropdown'], function(){
       }, templet: '#usernameTpl'},
       {field:'xxx', title:'测试', edit: 'text'},
       {field:'email', minWidth: 160, maxWidth: 320, title:'邮箱 ', fieldTitle: '邮箱', hide: 0, edit: 'text', style: 'background-color: #fafafa; color: red;', templet: function(d){
-        return ''+ layui.util.escape(d.email) +' 份'
+        return ''+ layui.util.escape(d.email) +''
       }},
       {field:'sex', title:'性别', width:80, edit: 'text', sort: true, escape: false},
       {field:'city', title:'城市', width:120, templet: '#cityTpl', exportTemplet: function(d, obj){