Commit 0cdbeec7 authored by qzhxx's avatar qzhxx

修改

parent 6da0b9d5
......@@ -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="操作">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment