fix: 1、修复customize只保留最后一项点击空白处,再打开customize新增选项,上次禁用的项还存在的问题;2、表格某一列数据为空时,添加-避免界面展示空白

This commit is contained in:
刘洪洪
2023-06-25 15:49:54 +08:00
parent 468026b3fa
commit eb611bdac9
6 changed files with 22 additions and 21 deletions

View File

@@ -47,7 +47,7 @@
<span>-</span>
</template>
</template>
<span v-else>{{scope.row[item.prop]}}</span>
<span v-else>{{scope.row[item.prop] || '-'}}</span>
</template>
</el-table-column>
<template v-slot:empty >