杨奕 8 жил өмнө
parent
commit
d892b0a33d

+ 1 - 1
packages/date-picker/src/panel/date.vue

@@ -441,7 +441,7 @@
         if (this.format && this.format.indexOf('ss') === -1) {
         if (this.format && this.format.indexOf('ss') === -1) {
           return 'HH:mm';
           return 'HH:mm';
         } else {
         } else {
-          return 'HH:mm:ss333';
+          return 'HH:mm:ss';
         }
         }
       }
       }
     }
     }