text
$t('')
{ text: 'current month', onClick(picker) { picker.$emit('pick', [new Date(), new Date()]) } }
text: this.$t('common.half_year'),
用ES6模板字符串拼接???