false : true"@click="handleButtonType('audit')">嗯嗯嗯</el-button></el-tooltip><el-tooltipcontent="【保存】仅可对状态为保存2的数据进行操作!":disabled="activeList && activeList.length==1 && activeList[0].status == 'audit' ? true : false"placement="top"><el-buttontype="primary":dis...
可以设置:append-to-body="false"后这种一个div来进行存放当前不在body的popper <el-tooltip placement="top"ref="tooltip":popper-class="tooltipClass":disabled="!showTooltip":append-to-body="isAppendBody" > {{ formatValue }} </el-tooltip> mounted() {if(!this.isAppendBody) {this.$nextTick...