修复表格选择字段渲染;

This commit is contained in:
2024-04-10 16:49:58 +08:00
parent 77bcee07c5
commit 1c9560cff8
2 changed files with 8 additions and 3 deletions

View File

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