fix:panel-chartBox-preview alertList图表取消列配置按钮

This commit is contained in:
wangwenrui
2020-05-29 18:10:03 +08:00
parent 4cbcffe039
commit 443cdc5f94

View File

@@ -133,9 +133,9 @@
<template v-else>-</template> <template v-else>-</template>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="28" :resizable="false"> <el-table-column width="28" :resizable="false" v-if="!isPreview">
<template slot="header" slot-scope="scope"> <template slot="header" slot-scope="scope">
<span @click.stop="elementsetShow('shezhi',$event)" class="nz-table-gear"> <span @click.stop="elementsetShow('shezhi',$event)" class="nz-table-gear" >
<i class="nz-icon nz-icon-gear"></i> <i class="nz-icon nz-icon-gear"></i>
</span> </span>
</template> </template>