固定IPTV和源编辑表头

This commit is contained in:
buvta
2020-10-22 23:48:19 +08:00
committed by GitHub
parent 3f79f31550
commit 79932a74bc
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
</div>
<div class="listpage-body" id="sites-table">
<el-table
height="100%"
size="mini"
:data="sites"
row-key="id"

View File

@@ -15,6 +15,7 @@
</div>
<div class="listpage-body" id="iptv-table">
<el-table
height="100%"
:data="filteredTableData"
row-key="id"
@row-click="playEvent"