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
8a0c6b9d
authored
2023-02-10 09:18:05 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
统计监控样式调整
1 parent
27ca87cc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 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 @
8a0c6b9
...
...
@@ -12,6 +12,7 @@
<el-form-item
label=
"开始日期"
prop=
"startTime"
>
<el-date-picker
type=
"datetime"
class=
"width100"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
v-model=
"form.startTime"
...
...
@@ -22,6 +23,7 @@
<el-col
:span=
"4"
>
<el-form-item
label=
"结束日期"
prop=
"endTime"
>
<el-date-picker
class=
"width100"
type=
"datetime"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
...
...
@@ -31,7 +33,7 @@
</el-form-item>
</el-col>
<!-- 操作按钮 -->
<el-col
:span=
"
3
"
class=
"btnColRight"
>
<el-col
:span=
"
4
"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"getProcessCounts"
>
查询
</btn>
</el-col>
...
...
src/views/jktj/cgltj/index.vue
View file @
8a0c6b9
...
...
@@ -30,6 +30,7 @@
<el-form-item
label=
"开始日期"
prop=
"startTime"
>
<el-date-picker
type=
"datetime"
class=
"width100"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
v-model=
"form.startTime"
...
...
@@ -41,6 +42,7 @@
<el-form-item
label=
"结束日期"
prop=
"endTime"
>
<el-date-picker
type=
"datetime"
class=
"width100"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
v-model=
"form.endTime"
...
...
@@ -49,7 +51,7 @@
</el-form-item>
</el-col>
<!-- 操作按钮 -->
<el-col
:span=
"
3
"
class=
"btnColRight"
>
<el-col
:span=
"
4
"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"getSuucessRate"
>
查询
</btn>
</el-col>
...
...
src/views/jktj/ywltj/index.vue
View file @
8a0c6b9
...
...
@@ -27,8 +27,9 @@
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"开始日期"
prop=
"startTime"
>
<el-form-item
label=
"开始日期"
>
<el-date-picker
class=
"width100"
type=
"datetime"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
...
...
@@ -38,8 +39,9 @@
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"结束日期"
prop=
"endTime"
>
<el-form-item
label=
"结束日期"
>
<el-date-picker
class=
"width100"
type=
"datetime"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
...
...
@@ -49,7 +51,7 @@
</el-form-item>
</el-col>
<!-- 操作按钮 -->
<el-col
:span=
"
3
"
class=
"btnColRight"
>
<el-col
:span=
"
4
"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"getProcessCounts"
>
查询
</btn>
</el-col>
...
...
Please
register
or
sign in
to post a comment