Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
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
459f83c1
authored
2023-02-10 08:44:01 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
统计监控查询条件的日期必填
1 parent
67e3a38d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
src/views/jktj/bsxljk/index.vue
src/views/jktj/cgltj/index.vue
src/views/jktj/ywltj/index.vue
src/views/jktj/bsxljk/index.vue
View file @
459f83c
...
...
@@ -14,7 +14,6 @@
type=
"datetime"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
clearable
v-model=
"form.startTime"
value-format=
"yyyy/MM/dd HH:mm:ss"
></el-date-picker>
...
...
@@ -26,7 +25,6 @@
type=
"datetime"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
clearable
v-model=
"form.endTime"
value-format=
"yyyy/MM/dd HH:mm:ss"
></el-date-picker>
...
...
src/views/jktj/cgltj/index.vue
View file @
459f83c
...
...
@@ -32,7 +32,6 @@
type=
"datetime"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
clearable
v-model=
"form.startTime"
value-format=
"yyyy/MM/dd HH:mm:ss"
></el-date-picker>
...
...
@@ -44,7 +43,6 @@
type=
"datetime"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
clearable
v-model=
"form.endTime"
value-format=
"yyyy/MM/dd HH:mm:ss"
></el-date-picker>
...
...
src/views/jktj/ywltj/index.vue
View file @
459f83c
...
...
@@ -32,7 +32,6 @@
type=
"datetime"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
clearable
v-model=
"form.startTime"
value-format=
"yyyy/MM/dd HH:mm:ss"
></el-date-picker>
...
...
@@ -44,7 +43,6 @@
type=
"datetime"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
clearable
v-model=
"form.endTime"
value-format=
"yyyy/MM/dd HH:mm:ss"
></el-date-picker>
...
...
Please
register
or
sign in
to post a comment