调整iptv操作列表头,两种显示模式

This commit is contained in:
buvta
2020-11-21 15:55:08 +08:00
parent b04201f803
commit 4dc88469e8

View File

@@ -91,7 +91,7 @@
align="right"
:width="200">
<template #header>
<span>频道数:{{ iptvList.length }}</span>
<span>{{ enableBatchEdit ? `频道数:${channelList.length}` : `资源总数:${iptvList.length}` }}</span>
</template>
<template slot-scope="scope">
<el-button @click.stop="moveToTopEvent(scope.row)" type="text" v-if="scope.row.channels">置顶</el-button>