Sfoglia il codice sorgente

【质惠】线上问题模块选择时间时,pm显示为am时间

洪海涛 4 anni fa
parent
commit
b2d95ef656
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/formInput/index.vue

+ 1 - 1
src/components/formInput/index.vue

@@ -70,7 +70,7 @@
       v-else-if="type === 'date'"
       v-model="val"
       :size="size"
-      value-format="yyyy-MM-dd hh:mm:ss"
+      value-format="yyyy-MM-dd hh:mm:ss a"
       type="datetime"
       :placeholder="placeholder"
       :style="itemStyles"