CN-956: 管理下的操作日志模块,自定义列功能异常

This commit is contained in:
刘洪洪
2023-04-19 16:25:55 +08:00
parent a7b8b82479
commit 0d43e2141f
12 changed files with 31 additions and 27 deletions

View File

@@ -17,8 +17,8 @@
width="55">
</el-table-column>
<el-table-column
v-for="(item, index) in customTableTitles"
:key="`col-${index}`"
v-for="item in customTableTitles"
:key="item.prop"
:fixed="item.fixed"
:label="item.label"
:min-width="`${item.minWidth}`"