Commit a35c5164 by pangchong

feat: 提交

parent 4d137a0b
<template> <template>
<!-- 全局日期控件 --> <!-- 全局日期控件(YYYY/MM/DD HH:mm:ss) -->
<view class="date"> <view class="date">
<uni-datetime-picker <uni-datetime-picker
v-model="defaultValue" v-model="defaultValue"
......
<template> <template>
<!-- 全局日期控件 --> <!-- 全局日期控件(YYYY/MM/DD)最高只能到分 -->
<view class="date"> <view class="date">
<up-datetime-picker <up-datetime-picker
:show="show" :show="show"
...@@ -35,7 +35,7 @@ const ps = defineProps({ ...@@ -35,7 +35,7 @@ const ps = defineProps({
//日历模式date,datetime,time,year-month //日历模式date,datetime,time,year-month
mode: { mode: {
type: String, type: String,
default: 'date' default: 'datetime'
}, },
//是否时间戳 //是否时间戳
timestamp: { 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