Browse Source

消除表格复制小图标

fix_bug_pro20231227
qb 1 year ago
parent
commit
20bb9dbb0c
  1. 4
      src/components/tablecmt/tablecmt.vue

4
src/components/tablecmt/tablecmt.vue

@ -160,9 +160,9 @@
<el-text class="mx-1 tabtitles" @click.stop @dblclick.stop="copyalls(column)">{{
column.label
}}</el-text>
<el-icon v-if="column.type == 1 || column.type == 2 || column.type == 3"
<!-- <el-icon v-if="column.type == 1 || column.type == 2 || column.type == 3"
><DocumentCopy
/></el-icon>
/></el-icon> -->
</div>
</div>
</template>

Loading…
Cancel
Save