feat: (2.0.1) 对数字和字符串增加枚举属性

This commit is contained in:
albert
2022-04-17 13:23:53 +08:00
parent 6b236e01b6
commit 92bb8b107a
3 changed files with 5 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ const langs = {
'checked_all': '全选',
'valid_json': '不是合法的json字符串',
'enum': '枚举',
'enum_msg': '每行只能写一个值',
'enum_msg': '每行写一个值',
'enum_desc': '备注',
'enum_desc_msg': '备注描述信息',
'required': '是否必须',