diff --git a/src/components/Home/BpPopup.vue b/src/components/Home/BpPopup.vue index 23687b5..2dc94fc 100644 --- a/src/components/Home/BpPopup.vue +++ b/src/components/Home/BpPopup.vue @@ -65,7 +65,7 @@ title="时间" prop="time" is-link - :value="formatTime(recordStore.bpForm.time)" + :value="formatDateTime(recordStore.bpForm.time)" placeholder="请选择记录时间" @click="showTimePicker = true" /> @@ -89,13 +89,14 @@