Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp_estate_client
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
mp_estate_backstage
mp_estate_client
Commits
62644adf
Commit
62644adf
authored
Sep 08, 2020
by
成旭东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7598e2b6
Pipeline
#28023
passed with stage
in 3 minutes 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.tsx
src/pages/mpEstate/videoList/index.tsx
+6
-6
No files found.
src/pages/mpEstate/videoList/index.tsx
View file @
62644adf
...
...
@@ -497,7 +497,7 @@ const VideoList: React.FC<any> = (props) => {
title
:
'楼盘备案名'
,
dataIndex
:
'project'
,
key
:
'project'
,
width
:
1
0
0
,
width
:
1
5
0
,
render
:
(
_
:
any
,
record
:
any
)
=>
(
record
.
project
&&
record
.
project
.
name
||
'-'
)
},
{
title
:
'视频标题'
,
...
...
@@ -509,13 +509,13 @@ const VideoList: React.FC<any> = (props) => {
title
:
'视频浏览量'
,
dataIndex
:
'read_num'
,
key
:
'read_num'
,
width
:
1
0
0
,
width
:
1
5
0
,
render
:
(
text
:
any
)
=>
(
text
||
'0'
)
},
{
title
:
'虚拟视频浏览量'
,
dataIndex
:
'virtual_read_num'
,
key
:
'virtual_read_num'
,
width
:
1
0
0
,
width
:
1
5
0
,
render
:
(
text
:
any
)
=>
(
text
||
'0'
)
},
{
title
:
'收藏数'
,
...
...
@@ -527,7 +527,7 @@ const VideoList: React.FC<any> = (props) => {
title
:
'虚拟收藏数'
,
dataIndex
:
'virtual_collection_num'
,
key
:
'virtual_collection_num'
,
width
:
1
0
0
,
width
:
1
5
0
,
render
:
(
text
:
any
)
=>
(
text
||
'0'
)
},
{
title
:
'分享次数'
,
...
...
@@ -539,7 +539,7 @@ const VideoList: React.FC<any> = (props) => {
title
:
'虚拟分享次数'
,
dataIndex
:
'virtual_share_num'
,
key
:
'virtual_share_num'
,
width
:
1
0
0
,
width
:
1
5
0
,
render
:
(
text
:
any
)
=>
(
text
||
'0'
)
},
{
title
:
'首页推荐'
,
...
...
@@ -615,7 +615,7 @@ const VideoList: React.FC<any> = (props) => {
columns=
{
projectColumns
}
onChange=
{
handleStandardTableChange
}
pagination=
{
videoData
.
pagination
}
scroll=
{
{
x
:
1
31
0
}
}
scroll=
{
{
x
:
1
56
0
}
}
/>
</
Card
>
...
...
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