Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mocp-uniapp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pangchong
mocp-uniapp
Commits
a35c5164
Commit
a35c5164
authored
Dec 30, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 提交
parent
4d137a0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/mocp/components/global-date-picker/global-date-picker.vue
+1
-1
src/mocp/components/global-date/global-date.vue
+2
-2
No files found.
src/mocp/components/global-date-picker/global-date-picker.vue
View file @
a35c5164
<
template
>
<!-- 全局日期控件 -->
<!-- 全局日期控件
(YYYY/MM/DD HH:mm:ss)
-->
<view
class=
"date"
>
<uni-datetime-picker
v-model=
"defaultValue"
...
...
src/mocp/components/global-date/global-date.vue
View file @
a35c5164
<
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
:
'date
time
'
},
//是否时间戳
timestamp
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment