只需要修改value-format的属性就行了:value-format="YYYY-MM-DD"
参照下面的代码:
<el-date-picker
v-model="form.publishTime"
type="daterange"
value-format="YYYY-MM-DD"
range-separator="-"
start-placeholder="开始日期"
end-placeholder="结束日期"
:disabledDate="disabledDateFun"
clearable
style="width: 100%"
/>