This commit is contained in:
吴红兵
2026-03-03 21:39:22 +08:00
parent 6a1cc54c8b
commit 4ae5a63d97
3 changed files with 180 additions and 2 deletions

View File

@@ -173,13 +173,13 @@
:width="col.width"
:min-width="col.minWidth"
:show-overflow-tooltip="col.showOverflowTooltip !== false"
:align="col.align || 'center'>
:align="col.align || 'center'">
<template #header>
<el-icon v-if="col.icon"><component :is="col.icon" /></el-icon>
<span :style="{ marginLeft: col.icon ? '4px' : '0' }">{{ col.label }}</span>
</template>
<!-- 上传状态列特殊模板 -->
<template v-else-if="col.prop === 'uploadStatus'" #default="scope">
<template v-if="col.prop === 'uploadStatus'" #default="scope">
<el-tag
v-if="scope.row.unuploadCount === 0"
size="small"