<!-- 时间戳 -->
<el-date-picker
v-model="time"
value-format="timestamp"
type="date"
placeholder="选择日期"
/>
// 把 value-format="timestamp" 加入 就可以实现时间戳格式