Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
shuniu-admin-react
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
superman
shuniu-admin-react
Commits
d2acb109
Commit
d2acb109
authored
Aug 26, 2016
by
superman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.3.7-2
parent
aecf2479
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Trade-List.js
dist/javascript/Trade-List.js
+1
-1
List.jsx
src/containers/Trade/List.jsx
+1
-1
No files found.
dist/javascript/Trade-List.js
View file @
d2acb109
This diff is collapsed.
Click to expand it.
src/containers/Trade/List.jsx
View file @
d2acb109
...
@@ -18,7 +18,7 @@ const columns = [
...
@@ -18,7 +18,7 @@ const columns = [
title
:
'产品'
,
title
:
'产品'
,
dataIndex
:
'shortTitle'
,
dataIndex
:
'shortTitle'
,
key
:
'shortTitle'
,
key
:
'shortTitle'
,
width
:
200
,
render
:
(
shortTitle
,
record
)
=>
(<
span
title=
{
shortTitle
}
>
{
(
shortTitle
+
''
).
substring
(
0
,
15
)
}
</
span
>)
render
:
(
shortTitle
,
record
)
=>
(<
span
title=
{
shortTitle
}
>
{
(
shortTitle
+
''
).
substring
(
0
,
15
)
}
</
span
>)
},
{
},
{
title
:
'预约时间'
,
title
:
'预约时间'
,
...
...
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