feat:所有列表添加调整列宽功能

This commit is contained in:
wangwenrui
2020-11-04 15:38:34 +08:00
parent 82367d6df2
commit 7ab9ed81f7
17 changed files with 21 additions and 35 deletions

View File

@@ -55,7 +55,7 @@
<!--&gt;-->
<!--</el-table-column>-->
<el-table-column
:resizable="false"
:resizable="true"
v-for="(item, index) in tableTitle"
v-if="item.show"
:width="item.width"