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
16f15028
authored
2023-02-17 15:17:26 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:数据上报
1 parent
f222a119
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/sthj/sbbwcx/index.vue
src/views/sthj/sbbwcx/index.vue
View file @
16f1502
<!-- 上报报文查询 -->
<
template
>
<!-- 上报报文查询 -->
<div
class=
"from-clues"
>
<!-- 头部搜索 -->
<div
class=
"from-clues-header"
>
...
...
@@ -25,8 +25,8 @@
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"至"
prop=
"exchangeStartTime"
label-width=
"35px"
>
<el-date-picker
type=
"date"
class=
"width100"
placeholder=
"结束日期"
clearable
:picker-options=
"pickerOptionsEnd"
v-model=
"form.exchangeEndTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
<el-date-picker
type=
"date"
class=
"width100"
placeholder=
"结束日期"
clearable
:picker-options=
"pickerOptionsEnd"
v-model=
"form.exchangeEndTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
@
change=
"endTimeChange"
></el-date-picker>
</el-form-item>
</el-col>
...
...
@@ -78,8 +78,8 @@
</div>
<!-- 引入详情组件 -->
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
:title=
"title"
/>
</div>
<dataDetails
ref=
"editLog"
:title=
"title"
:visiableXml=
"true"
/>
</div>
</
template
>
<
script
>
// 上报报文查询
...
...
Please
register
or
sign in
to post a comment