添加国际化
parent
f9cbbd56ec
commit
9c0e716dc8
|
|
@ -40,7 +40,7 @@
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
v-model="form.BirthDate"
|
v-model="form.BirthDate"
|
||||||
type="date"
|
type="date"
|
||||||
placeholder="选择日期"
|
:placeholder="$t('trials:inspection:placeholder:date')"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
format="yyyy-MM-dd"
|
format="yyyy-MM-dd"
|
||||||
value-format="yyyy-MM-dd"
|
value-format="yyyy-MM-dd"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue