diff --git a/src/components/EditSites.vue b/src/components/EditSites.vue index cee8f49..7311c5a 100644 --- a/src/components/EditSites.vue +++ b/src/components/EditSites.vue @@ -17,6 +17,7 @@
-
- - 总频道数:{{iptvList.length}} +
+ 导出 导入 清空 重置
-
- +
+ 保存
- - - - - - - - - + + + + + + + + + - - + + +
@@ -74,7 +78,7 @@ export default { iptvList: [], searchTxt: '', searchRecordList: [], - eableBatchEdit: false, + enableBatchEdit: false, batchGroupName: '', multipleSelection: [], show: { @@ -127,10 +131,16 @@ export default { this.getChannels() }, searchTxt () { + }, + enableBatchEdit () { + this.backTop() } }, methods: { ...mapMutations(['SET_VIEW', 'SET_DETAIL', 'SET_VIDEO', 'SET_SHARE']), + backTop () { + this.$refs.iptvTable.bodyWrapper.scrollTop = 0 + }, handleSelectionChange (rows) { this.multipleSelection = rows },