fix(Sku): formater datepicker (#6729)

Co-authored-by: songweite <songweite@youzan.com>
This commit is contained in:
Waiter
2020-07-07 19:01:33 +08:00
committed by GitHub
co-authored by songweite
parent b944c2467b
commit 62557c6422
3 changed files with 31 additions and 3 deletions
+14
View File
@@ -59,5 +59,19 @@ export default {
vanSkuRow: {
multiple: '可多选',
},
vanSkuDatetimeField: {
title: {
date: '选择年月日',
time: '选择时间',
datetime: '选择日期时间',
},
format: {
year: '年',
month: '月',
day: '日',
hour: '时',
minute: '分',
},
},
},
};