Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
bde6770c
...
bde6770c6fdee878f8819dfc57a91ab5deee2a57
authored
2022-01-19 14:25:56 +0800
by
张浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
d2d0e7bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
src/page/toolData.vue
src/page/toolData.vue
View file @
bde6770
...
...
@@ -11,10 +11,12 @@
<el-form-item>
<el-date-picker
v-model=
"methodCount.showdate"
type=
"date"
placeholder=
"选择日期"
format=
"yyyy 年 MM 月 dd 日"
value-format=
"yyyy-MM-dd"
>
type=
"datetimerange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
format=
"yyyy 年 MM 月 dd 日 HH 点 mm 分 ss 秒"
value-format=
"yyyy-MM-dd HH:mm:ss"
>
</el-date-picker>
</el-form-item>
<div
style=
"margin: 15px 0;"
></div>
...
...
Please
register
or
sign in
to post a comment