Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
hujun
tl_estate
Commits
fee630c0
Commit
fee630c0
authored
Aug 22, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增id列和对应的查询框
parent
5d4db81a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
finance_update_log.html
application/index/view/finance/finance_update_log.html
+1
-0
financeUpdateLog_template_tpl.html
public/resource/template/financeUpdateLog_template_tpl.html
+1
-0
No files found.
application/index/view/finance/finance_update_log.html
View file @
fee630c0
...
...
@@ -97,6 +97,7 @@
</td>
</tr>
<tr>
<th
class=
"text-center"
>
ID
</th>
<th
class=
"text-center"
>
修改时间
</th>
<th
class=
"text-center"
>
修改内容
</th>
<th
class=
"text-center"
>
修改人
</th>
...
...
public/resource/template/financeUpdateLog_template_tpl.html
View file @
fee630c0
...
...
@@ -2,6 +2,7 @@
[
%
if
(
it
[
0
])
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
width
=
"15%"
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
width
=
"72%"
class
=
"text-left"
>
[
%=
it
[
item
][
'step_content'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
+
"-"
+
it
[
item
][
'phone'
]
%
]
<
/td
>
...
...
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