From 94e31dd1d73817e78d110ea25e761606551e3c80 Mon Sep 17 00:00:00 2001 From: sight <26325820+Sight-wcg@users.noreply.github.com> Date: Mon, 26 May 2025 20:15:52 +0800 Subject: [PATCH] =?UTF-8?q?wip(i18n):=20=E4=BF=AE=E5=A4=8D=20table=20text.?= =?UTF-8?q?none=20=E5=88=87=E6=8D=A2=20locale=20=E6=97=A0=E6=95=88?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/table.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/table.js b/src/modules/table.js index 6c62a799..967cb339 100644 --- a/src/modules/table.js +++ b/src/modules/table.js @@ -302,9 +302,6 @@ layui.define(['lay', 'i18n', 'laytpl', 'laypage', 'form', 'util'], function(expo defaultToolbar: ['filter', 'exports', 'print'], // 工具栏右侧图标 defaultContextmenu: true, // 显示默认上下文菜单 autoSort: true, // 是否前端自动排序。如果否,则需自主排序(通常为服务端处理好排序) - text: { - none: '无数据' - }, cols: [] };