task-274(验收反馈): 15 列表页表格列 width→min-width 自适应(DuplicateCheck 例外)

This commit is contained in:
2026-09-06 01:50:38 +08:00
parent 0315a3a93d
commit c3dc2a3f2f
16 changed files with 109 additions and 50 deletions
@@ -110,7 +110,7 @@ onMounted(load)
<el-table-column prop="createdAt" label="创建时间" min-width="190">
<template #default="{ row }">{{ formatDateTime(row.createdAt) }}</template>
</el-table-column>
<el-table-column label="操作" width="90" fixed="right">
<el-table-column label="操作" min-width="90" fixed="right">
<template #default="{ row }">
<a v-if="(row as SoftwareVersionItem).fileUrl" class="el-link el-link--primary" :href="(row as SoftwareVersionItem).fileUrl" download>下载</a>
<span v-else class="dim"></span>