|
|
@ -10,7 +10,7 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column v-for="(headerItem, headerIndex) in tableHeader" :label="headerItem.label" show-overflow-tooltip |
|
|
|
:key="headerIndex" :min-width="`${headerItem.label.length * 15 + 8}px`"> |
|
|
|
:key="headerIndex" :min-width="`${headerItem.minWidth?headerItem.minWidth:headerItem.label.length * 15 + 8}px`"> |
|
|
|
<template #default="scope"> |
|
|
|
<template v-if="headerItem.type === 'text'"> |
|
|
|
<span>{{ scope.row[headerItem.prop] }}</span> |
|
|
|