NEZ-2824 feat:列表字段显示顺序支持用户自定义页面开发

This commit is contained in:
zyh
2023-05-17 16:43:27 +08:00
parent c1f00b2f1f
commit 198fc02ee7
71 changed files with 239 additions and 110 deletions

View File

@@ -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}`"