Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hnyc-data
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
zhaochengxiang
hnyc-data
Commits
dc2b2d6c
Commit
dc2b2d6c
authored
Sep 27, 2020
by
fanyongjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9.27
parent
24fa574d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ListBox.jsx
src/view/File/components/ListBox.jsx
+1
-1
No files found.
src/view/File/components/ListBox.jsx
View file @
dc2b2d6c
...
...
@@ -64,7 +64,7 @@ export default class ListBox extends Component {
<
Col
md=
{
12
}
>
<
Text
>
文件名:
</
Text
>
{
item
.
name
}
</
Col
>
<
Col
md=
{
12
}
>
<
Text
>
文件类型:
</
Text
>
{
item
.
file_type
}
</
Col
>
<
Col
md=
{
12
}
>
<
Text
>
发布者:
</
Text
>
{
item
.
create_user
}
</
Col
>
<
Col
md=
{
12
}
>
<
Text
>
发布
作者
:
</
Text
>
{
this
.
getMyDate
(
item
.
create_date
)
}
</
Col
>
<
Col
md=
{
12
}
>
<
Text
>
发布
日期
:
</
Text
>
{
this
.
getMyDate
(
item
.
create_date
)
}
</
Col
>
</
Row
>
</
React
.
Fragment
>
);
...
...
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