Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
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
qzhxx
national_museum_vod
Commits
0cdbeec7
Commit
0cdbeec7
authored
Apr 20, 2021
by
qzhxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6da0b9d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
details.vue
src/page/content/learn/content/details.vue
+3
-2
No files found.
src/page/content/learn/content/details.vue
View file @
0cdbeec7
...
...
@@ -54,6 +54,7 @@
<el-collapse-item
title=
"展板列表"
name=
"3"
>
<!--
{{
tableData
}}
-->
<div
class=
"party-table"
>
<!--
{{
tableData
[
0
]
}}
-->
<el-table
border
style=
"width: 100%;height:100%"
...
...
@@ -62,9 +63,9 @@
:data=
"tableData"
>
<el-table-column
type=
"index"
width=
"120"
label=
"序号"
>
<template
slot-scope=
"scope"
>
<
!--
<
template
slot-scope=
"scope"
>
<span>
{{
(
page
.
currentPage
-
1
)
*
10
+
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
-->
</el-table-column>
<el-table-column
show-overflow-tooltip
label=
"版权方名称"
prop=
"name"
></el-table-column>
<el-table-column
label=
"操作"
>
...
...
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