From b945f7a3df1188fb91479e22232875ecd355ad6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20table=20=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/table-test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){