[Improvement] ContactEdit: optimize style (#1677)
This commit is contained in:
@@ -8,10 +8,10 @@ export default {
|
||||
complete: 'Complete',
|
||||
contact: 'Name',
|
||||
loadingTip: 'Loading...',
|
||||
nameEmpty: 'Name can not be empty',
|
||||
telEmpty: 'Please fill in the tel',
|
||||
nameEmpty: 'Please fill in the name',
|
||||
confirmDelete: 'Are you sure you want to delete?',
|
||||
telInvalid: 'Malformed phone number',
|
||||
telPlaceholder: 'Phone',
|
||||
vanContactCard: {
|
||||
addText: 'Add contact info'
|
||||
},
|
||||
|
||||
@@ -8,10 +8,10 @@ export default {
|
||||
complete: '完成',
|
||||
contact: '联系人',
|
||||
loadingTip: '加载中...',
|
||||
telEmpty: '请填写电话',
|
||||
nameEmpty: '请填写姓名',
|
||||
confirmDelete: '确定要删除么',
|
||||
telInvalid: '请填写正确的电话',
|
||||
telPlaceholder: '手机或固定电话',
|
||||
vanContactCard: {
|
||||
addText: '添加订单联系人信息'
|
||||
},
|
||||
|
||||
@@ -8,10 +8,10 @@ export default {
|
||||
complete: '完成',
|
||||
contact: '聯系人',
|
||||
loadingTip: '加載中...',
|
||||
telEmpty: '請填寫電話',
|
||||
nameEmpty: '請填寫姓名',
|
||||
confirmDelete: '確定要刪除麽',
|
||||
telInvalid: '請填寫正確的電話',
|
||||
telPlaceholder: '手機或固定電話',
|
||||
vanContactCard: {
|
||||
addText: '添加訂單聯系人信息'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user