'修改路由点击BUG,字段显示,按钮盒,基础样式'
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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 = '上传资料'
|
||||
|
||||
Reference in New Issue
Block a user