Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
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
4232a5bb
authored
2026-01-12 15:12:59 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改日期时间范围传参格式
1 parent
9bcbe676
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/components/Tools/table_search.vue
src/components/Tools/table_search.vue
View file @
4232a5b
...
...
@@ -180,7 +180,8 @@ onMounted(() => {
</template>
<
template
v-else-if=
"item.type == 'date-time'"
>
<el-date-picker
v-model=
"formInline[item.field]"
type=
"datetimerange"
:start-placeholder=
"item.startPlaceholder ?? '开始时间'"
:default-time=
"item.defaultTime ?? [item.defaultStartTime, item.defaultEndTime]"
:end-placeholder=
"item.endPlaceholder ?? '结束时间'"
/>
:default-time=
"item.defaultTime ?? [item.defaultStartTime, item.defaultEndTime]"
:end-placeholder=
"item.endPlaceholder ?? '结束时间'"
format=
"YYYY-MM-DD HH:mm:ss"
value-format=
"YYYY-MM-DD HH:mm:ss"
/>
</
template
>
<
template
v-else-if=
"item.type == 'date-range'"
>
<el-date-picker
v-model=
"formInline[item.field]"
type=
"daterange"
:start-placeholder=
"item.startPlaceholder ?? '开始日期'"
format=
"YYYY-MM-DD"
value-format=
"YYYY-MM-DD"
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment