Browse Source

重写时间选择组件

ZaiZai 2 years ago
parent
commit
ef6d8da876
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/plugins/table-form/hc-time-picker.vue

+ 1 - 1
src/components/plugins/table-form/hc-time-picker.vue

@@ -124,7 +124,7 @@ watch(() => [
 
 //事件
 const emit = defineEmits(['update:modelValue', 'change', 'blur', 'focus', 'visible-change',])
-//@keydown.shift.up="" @keydown.shift.down="" @keydown.shift.left="" @keydown.shift.right=
+//@keyDowns='dateKeydown'
 
 const timePickerChange = (val) => {
     console.log(val)