2020/04/06下载后,使用发现使用slot时,以前的数据会一并显示,经本人测试发现,在table.vue中的54行,第一个slotCols的下面template中的v-if使用有误,应改为v-else-if并增加判断条件slotCols.indexOf(tdItem.key)<0。<template v-else-if="tdItem.$operateList && slotCols.indexOf(tdItem.key)<0">