'修改路由点击BUG,字段显示,按钮盒,基础样式'

This commit is contained in:
Fanzink
2023-01-06 15:44:05 +08:00
parent a08af6774e
commit 3265b4a580
36 changed files with 736 additions and 143 deletions

View File

@@ -387,6 +387,7 @@ t.prompt.month = 'Please choose month'
t.validate = {}
t.validate.required = 'This is required.'
t.validate.format = '{attr} has a wrong format.'
t.validate.keyValueWarning = 'The value must be an integer between 0 and 100!'
t.upload = {}
t.upload.title = 'Upload Assets'

View File

@@ -386,6 +386,7 @@ t.prompt.month = '请选择月份'
t.validate = {}
t.validate.required = '必填项不能为空'
t.validate.format = '{attr}格式错误'
t.validate.keyValueWarning = '该数值必须是100以内的正整数'
t.upload = {}
t.upload.title = '上传资料'