Commit a35c5164 by pangchong

feat: 提交

parent 4d137a0b
<template>
<!-- 全局日期控件 -->
<!-- 全局日期控件(YYYY/MM/DD HH:mm:ss) -->
<view class="date">
<uni-datetime-picker
v-model="defaultValue"
......
<template>
<!-- 全局日期控件 -->
<!-- 全局日期控件(YYYY/MM/DD)最高只能到分 -->
<view class="date">
<up-datetime-picker
:show="show"
......@@ -35,7 +35,7 @@ const ps = defineProps({
//日历模式date,datetime,time,year-month
mode: {
type: String,
default: 'date'
default: 'datetime'
},
//是否时间戳
timestamp: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment