Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5cxjcy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
苟磊
jfV5cxjcy
Commits
8e5fb8c2
Commit
8e5fb8c2
authored
Nov 03, 2020
by
忻臻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页新增创建时间字段 1103
parent
624d6ecd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
data.jsp
WebContent/bussInfo/pages/index/data.jsp
+2
-0
No files found.
WebContent/bussInfo/pages/index/data.jsp
View file @
8e5fb8c2
...
...
@@ -232,6 +232,7 @@ a{
<el-table-column
label=
"方式"
width=
"120"
align=
"center"
prop=
"WAY"
>
</el-table-column>
<el-table-column
label=
"收案日期"
width=
"130"
align=
"center"
prop=
"START_TIME"
>
</el-table-column>
<el-table-column
label=
"结案日期"
width=
"130"
align=
"center"
prop=
"END_TIME"
>
</el-table-column>
<el-table-column
label=
"创建时间"
width=
"250"
align=
"center"
prop=
"CREATE_TIME"
></el-table-column>
<el-table-column
label=
"文件"
width=
"80"
align=
"center"
>
<template
slot-scope=
"scope"
>
<a
@
click=
"doFile(scope.$index, scope.row)"
class=
"layui-btn layui-btn-normal layui-btn-xs"
>
查看
</a>
...
...
@@ -255,6 +256,7 @@ a{
<el-table-column
label=
"方式"
width=
"120"
align=
"center"
prop=
"WAY"
>
</el-table-column>
<el-table-column
label=
"收案日期"
width=
"130"
align=
"center"
prop=
"START_TIME"
>
</el-table-column>
<el-table-column
label=
"结案日期"
width=
"130"
align=
"center"
prop=
"END_TIME"
>
</el-table-column>
<el-table-column
label=
"创建时间"
width=
"250"
align=
"center"
prop=
"CREATE_TIME"
></el-table-column>
<el-table-column
label=
"文件"
width=
"80"
align=
"center"
>
<template
slot-scope=
"scope"
>
<a
@
click=
"doFile(scope.$index, scope.row)"
class=
"layui-btn layui-btn-normal layui-btn-xs"
>
查看
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment