fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user