Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
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
4f25b76c
authored
2020-08-03 16:04:19 +0800
by
焦小希
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
案件查处页面增加时间过滤器。
1 parent
a1cbf66c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
View file @
4f25b76
...
...
@@ -166,7 +166,7 @@
>
<template
slot-scope=
"scope"
>
<span>
{{
scope.row.
djsj
| dataFormat
scope.row.
CREATETIME
| dataFormat
}}
</span>
</template>
</el-table-column>
...
...
@@ -176,6 +176,11 @@
align=
"center"
width=
"200"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope.row.RECEIVETIME | dataFormat
}}
</span>
</template>
</el-table-column>
</el-table>
<el-table
...
...
Please
register
or
sign in
to post a comment