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
2c025d30
authored
2023-02-10 10:45:34 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bug 2796
1 parent
d2480ea4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 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 @
2c025d3
...
...
@@ -12,6 +12,7 @@
<el-form-item
label=
"开始日期"
prop=
"startTime"
>
<el-date-picker
type=
"date"
:clearable=
"false"
class=
"width100"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
...
...
@@ -24,6 +25,7 @@
<el-form-item
label=
"结束日期"
prop=
"endTime"
>
<el-date-picker
class=
"width100"
:clearable=
"false"
type=
"date"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
...
...
@@ -34,7 +36,7 @@
</el-form-item>
</el-col>
<!-- 操作按钮 -->
<el-col
:span=
"
4
"
class=
"btnColRight"
>
<el-col
:span=
"
16
"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"getProcessCounts"
>
查询
</btn>
</el-col>
...
...
src/views/jktj/cgltj/index.vue
View file @
2c025d3
...
...
@@ -30,6 +30,7 @@
<el-form-item
label=
"开始日期"
prop=
"startTime"
>
<el-date-picker
type=
"date"
:clearable=
"false"
class=
"width100"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
...
...
@@ -42,6 +43,7 @@
<el-form-item
label=
"结束日期"
prop=
"endTime"
>
<el-date-picker
type=
"date"
:clearable=
"false"
class=
"width100"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
...
...
@@ -52,7 +54,7 @@
</el-form-item>
</el-col>
<!-- 操作按钮 -->
<el-col
:span=
"
4
"
class=
"btnColRight"
>
<el-col
:span=
"
12
"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"getSuucessRate"
>
查询
</btn>
</el-col>
...
...
src/views/jktj/ywltj/index.vue
View file @
2c025d3
...
...
@@ -30,6 +30,7 @@
<el-form-item
label=
"开始日期"
>
<el-date-picker
class=
"width100"
:clearable=
"false"
type=
"date"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
...
...
@@ -42,6 +43,7 @@
<el-form-item
label=
"结束日期"
>
<el-date-picker
class=
"width100"
:clearable=
"false"
type=
"date"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
...
...
@@ -52,7 +54,7 @@
</el-form-item>
</el-col>
<!-- 操作按钮 -->
<el-col
:span=
"
4
"
class=
"btnColRight"
>
<el-col
:span=
"
12
"
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