feat(ContactEdit): show error message in field (#5437)

This commit is contained in:
rex
2020-01-02 16:10:49 +08:00
committed by neverland
parent 67d0811596
commit 307a233a88
7 changed files with 14 additions and 10 deletions
+2 -1
View File
@@ -9,8 +9,9 @@ export default {
loading: '加载中...',
telEmpty: '请填写电话',
nameEmpty: '请填写姓名',
nameInvalid: '请输入正确的姓名',
confirmDelete: '确定要删除么',
telInvalid: '请填写正确的电话',
telInvalid: '请输入正确的手机号',
vanCalendar: {
end: '结束',
start: '开始',