优化tableData;新增dataGet;

This commit is contained in:
2024-04-11 10:27:24 +08:00
parent 1c9560cff8
commit 84e879f8f0
5 changed files with 18 additions and 16 deletions

View File

@@ -12,12 +12,12 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.98';
public const VERSION = 'v2.0.99';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'修复表格选择字段渲染',
'优化tableData;新增dataGet',
'发布新版本',
];