element-plus [Bug Report] [Component] [date-picker] el-date-picker配置format="YYYY年MM月DD日 HH时",在选择器弹窗上会出现文字重复

rkue9o1l  于 2023-03-19  发布在  其他
关注(0)|答案(1)|浏览(234)

Bug Type: Component

Environment

  • Vue Version: 3.2.25
  • Element Plus Version: 2.0.2
  • Browser / OS: Edg/101.0.1210.32
  • Build Tool: Vite

Reproduction

  • el-date-picker

Element Plus Playground

Steps to reproduce

el-date-picker组件配置显示格式,在弹出框选时间时,格式文字出现重复
异常效果 https://i0.hdslb.com/bfs/album/dde7937c1df2bbbc6b68b575c6ab194375ea76a0.png

<el-date-picker
        v-model="value2"
        type="datetime"
        placeholder="Pick a Date"
        format="YYYY年MM月DD日 hh时"
        value-format="YYYY-MM-DD hh"
      />

What is Expected?

期待显示 2022年05月05日 12时

What is actually happening?

2022年05月05日时 日 12时

Additional comments

(empty)

von4xj4u

von4xj4u1#

作者大大你好,请问 #7642 这个问题什么时候会合并到版本中。我在2.2.10也遇到了这个问题。

相关问题