NEZ-2824 feat:列表字段显示顺序支持用户自定义页面开发
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<el-table-column
|
||||
v-for="(item, index) in customTableTitle"
|
||||
v-if="item.show"
|
||||
:key="`col-${index}`"
|
||||
:key="`col-${index}-${item.prop}`"
|
||||
:fixed="item.fixed"
|
||||
:label="item.label"
|
||||
:min-width="`${item.minWidth}`"
|
||||
|
||||
Reference in New Issue
Block a user